Merge pull request #2158 from fate-grand-order/master

fix misspell "lexicographically" in registry.go
This commit is contained in:
Derek McGowan 2017-01-18 22:24:00 -08:00 committed by GitHub
commit 96b02e885a

View file

@ -35,7 +35,7 @@ type Namespace interface {
// reference. // reference.
Repository(ctx context.Context, name reference.Named) (Repository, error) 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 // 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 // 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. // set to io.EOF if there are no more entries to obtain.