[#372] object: Fix filter comment

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
pull/1/head
Pavel Karpy 2022-02-16 15:04:51 +03:00 committed by LeL
parent 60473c44b9
commit aabc2dd927
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ const (
// FilterHeaderParent is a filter key to "split.parent" field of the object header.
FilterHeaderParent = ReservedFilterPrefix + "split.parent"
// FilterHeaderParent is a filter key to "split.splitID" field of the object header.
// FilterHeaderSplitID is a filter key to "split.splitID" field of the object header.
FilterHeaderSplitID = ReservedFilterPrefix + "split.splitID"
)