From f35b53533364074bca9a20cd7d3cd15466c15106 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 25 Oct 2024 14:45:56 +0000 Subject: [PATCH] Fix Typo --- kasmvnc/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kasmvnc/run.sh b/kasmvnc/run.sh index def5f89..55540ff 100644 --- a/kasmvnc/run.sh +++ b/kasmvnc/run.sh @@ -189,7 +189,7 @@ else if [[ -f "$kasm_config_file" ]]; then echo "WARNING: Custom user KasmVNC config exists, not overwriting!" - echo "WARNIGN: Ensure that you manually configure the appropriate settings." + echo "WARNING: Ensure that you manually configure the appropriate settings." kasm_config_file="/dev/stderr" else echo "WARNING: This may prevent custom user KasmVNC settings from applying!"