diff options
Diffstat (limited to 'cmd/fscrypt/strings.go')
| -rw-r--r-- | cmd/fscrypt/strings.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/fscrypt/strings.go b/cmd/fscrypt/strings.go index c680d03..adef81d 100644 --- a/cmd/fscrypt/strings.go +++ b/cmd/fscrypt/strings.go @@ -130,7 +130,7 @@ var plurals = map[string]string{ "policy": "policies", } -// pluralize prints our the correct pluralization of a work along with the +// pluralize prints out the correct pluralization of a word along with the // specified count. This means pluralize(1, "policy") = "1 policy" but // pluralize(2, "policy") = "2 policies" func pluralize(count int, word string) string { |