forked from TrueCloudLab/frostfs-api
[#67] Typo fixes
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
parent
4aea595cc6
commit
6014665fa6
2 changed files with 14 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue