From e9e191415175fd472cd94d710206146d234bd422 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jan 26 2011 17:29:52 +0000 Subject: Update comment on cli_getCurrentLocale.sh. --- diff --git a/Scripts/Bash/Functions/cli_getCurrentLocale.sh b/Scripts/Bash/Functions/cli_getCurrentLocale.sh index c2c242f..846095c 100755 --- a/Scripts/Bash/Functions/cli_getCurrentLocale.sh +++ b/Scripts/Bash/Functions/cli_getCurrentLocale.sh @@ -42,7 +42,7 @@ function cli_getCurrentLocale { PATTERNS[2]=$(echo $LANG | sed -r 's!^([a-z]{2,3}).+$!\1!') # Define which system locale to use as centos-art.sh script - # current locale. Take care with pattern order, it is relevant for + # current locale. Take care of pattern order, it is relevant for # this function to work as expected. for PATTERN in "${PATTERNS[@]}";do CURRENTLOCALE=$(cli_getLocales | egrep $PATTERN)