From 640cd5746bfe3262c22f5d14dc00d91f411568c4 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 15 Nov 2023 18:23:42 +0100 Subject: [PATCH] Fix a typo --- common/libs/func_validate_configs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/libs/func_validate_configs.sh b/common/libs/func_validate_configs.sh index 34d07ec..5eb63b5 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!" &&