From 2b26f13bedeead543883a699a39d35a37fe3cb48 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 8 Nov 2020 23:16:56 -0500 Subject: [PATCH] spelling: params Signed-off-by: Josh Soref --- include/helper_configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/helper_configure b/include/helper_configure index ebd7f706..029ab4f7 100644 --- a/include/helper_configure +++ b/include/helper_configure @@ -72,7 +72,7 @@ ExitFatal fi - FIND=$(echo ${HELPER_PARAMERS} | grep " ") + FIND=$(echo ${HELPER_PARAMS} | grep " ") if [ ! "${FIND}" = "" ]; then ${ECHOCMD} "Found invalid character (space) in configuration string"; ExitFatal; fi CONFIGURE_SETTINGS=$(echo $2 | sed 's/:/ /g')