aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2023-11-15 18:23:42 +0100
committerPierre Labastie <pierre.labastie@neuf.fr>2023-11-15 18:24:22 +0100
commit640cd5746bfe3262c22f5d14dc00d91f411568c4 (patch)
tree7da3ecabc3b4997fee3a732b797b18f1e6ab911f
parentcacc6c5433c5c2e2b52eee16cb88f661899a2a6f (diff)
Fix a typo
-rw-r--r--common/libs/func_validate_configs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/libs/func_validate_configs.sh b/common/libs/func_validate_configs.sh
index 34d07ec71f..5eb63b58e6 100644
--- a/common/libs/func_validate_configs.sh
+++ b/common/libs/func_validate_configs.sh
@@ -167,7 +167,7 @@ inline_doc
BOOT_CONFIG) [[ "${METHOD}" = "boot" ]] && validate_file -z -e -s ;;
# Treatment of LANG parameter
- LANG ) # See it the locale value has been set
+ LANG ) # See if the locale value has been set
echo -n "`eval echo $PARAM_VALS`"
[[ -z "${!config_param}" ]] &&
echo " -- Variable $config_param cannot be empty!" &&