From 6c6b2e5b1294d2737c674b761d5eb0abf433c750 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Sat, 8 Mar 2025 14:00:23 +0100 Subject: [PATCH] Spellfix --- dev/ofunctions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }