diff --git a/object/filters.go b/object/filters.go index 8340cea..5eee13b 100644 --- a/object/filters.go +++ b/object/filters.go @@ -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" )