summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkg/humanize/humanize.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/humanize/humanize.go b/pkg/humanize/humanize.go
index ad486a7..975a1d1 100644
--- a/pkg/humanize/humanize.go
+++ b/pkg/humanize/humanize.go
@@ -53,7 +53,7 @@ func splitLocale(locale string) (string, string) {
}
// GetLocale returns the current locale as defined in IETF BCP 47 (e.g. "en-US").
-// The envvar is provided this is checked first, before the platform-specific defaults.
+// The envvar provided is checked first (eg LC_TIME), before the platform-specific defaults.
func getLocale(envvar string) string {
userLocale := "en-US" // default language-REGION
// First try looking up envar directly