diff --git a/Scripts/Bash/Functions/cli_getLocales.sh b/Scripts/Bash/Functions/cli_getLocales.sh index d9a2b7f..7a81d84 100755 --- a/Scripts/Bash/Functions/cli_getLocales.sh +++ b/Scripts/Bash/Functions/cli_getLocales.sh @@ -51,7 +51,7 @@ function cli_getLocales { # organize the final list of locales. LOCALES=$(echo $LOCALES | sed -r "s![[:space:]]+!\n!g") - # Output locales organized by name and avoiding duplication lines. + # Output locales organized by name and avoiding duplicated lines. echo "$LOCALES" | sort | uniq }