satellite/metainfo: Fix misspelling in comment (#3636)

This commit is contained in:
Ivan Fraixedes 2019-11-24 22:04:25 +01:00 committed by Michal Niewrzal
parent 031ba86de5
commit 48a557eb2b

View File

@ -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
}