[#67] Typo fixes

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
Stanislav Bogatyrev 2020-09-04 15:50:18 +03:00
parent 4aea595cc6
commit 6014665fa6
2 changed files with 14 additions and 2 deletions

View file

@ -258,7 +258,7 @@ message HeadResponse {
// Carries the requested object header or it's part
oneof head{
// Full object header with object ID signature
Header HeaderWithSignature = 1;
HeaderWithSignature header = 1;
// Short object header
ShortHeader short_header = 2;