From 48a557eb2b10eae518477c3b8340f84393989734 Mon Sep 17 00:00:00 2001 From: Ivan Fraixedes Date: Sun, 24 Nov 2019 22:04:25 +0100 Subject: [PATCH] satellite/metainfo: Fix misspelling in comment (#3636) --- satellite/metainfo/loop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }