From 357546d2c30aa1131da44d290d412cd0900856f4 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 18:40:07 +0000 Subject: [PATCH] spelling: queryable --- command/helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/helpers.go b/command/helpers.go index 20a341252..f26e5c7ca 100644 --- a/command/helpers.go +++ b/command/helpers.go @@ -449,7 +449,7 @@ func mergeAutocompleteFlags(flags ...complete.Flags) complete.Flags { // sanatizeUUIDPrefix is used to sanatize a UUID prefix. The returned result // will be a truncated version of the prefix if the prefix would not be -// queriable. +// queryable. func sanatizeUUIDPrefix(prefix string) string { hyphens := strings.Count(prefix, "-") length := len(prefix) - hyphens