From e37d23c8a930ffee62b6363a2802023760a7b3eb Mon Sep 17 00:00:00 2001 From: fate-grand-order Date: Thu, 19 Jan 2017 10:42:04 +0800 Subject: [PATCH] fix misspell "lexicographically" in registry.go Signed-off-by: fate-grand-order --- registry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.go b/registry.go index 1ede31ebb..1da1d533f 100644 --- a/registry.go +++ b/registry.go @@ -35,7 +35,7 @@ type Namespace interface { // reference. Repository(ctx context.Context, name reference.Named) (Repository, error) - // Repositories fills 'repos' with a lexigraphically sorted catalog of repositories + // Repositories fills 'repos' with a lexicographically sorted catalog of repositories // up to the size of 'repos' and returns the value 'n' for the number of entries // which were filled. 'last' contains an offset in the catalog, and 'err' will be // set to io.EOF if there are no more entries to obtain.