diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index 43e1ae6..61e17f5 100755 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -2486,7 +2486,7 @@ function SetConfFileValue () { else echo "$name=$value" > "$file" if [ $? -ne 0 ]; then - Logger "Config file [$file] does not exist. Failed to create it witn value [$name]." "ERROR" + Logger "Config file [$file] does not exist. Failed to create it with value [$name]." "ERROR" fi fi }