diff --git a/satellite/metainfo/loop.go b/satellite/metainfo/loop.go index dafd599ac..d61e45eb8 100644 --- a/satellite/metainfo/loop.go +++ b/satellite/metainfo/loop.go @@ -248,7 +248,7 @@ func iterateDatabase(ctx context.Context, db PointerDB, observers []*observerCon pathElements := storj.SplitPath(rawPath) if len(pathElements) < 4 { - // We skip this path because it belongs to bucket metadata no an + // We skip this path because it belongs to bucket metadata, not to an // actual object continue nextSegment }