From 0ded51606e1a57f555b52ad325e5e3da46e23c19 Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 22 Apr 2021 10:58:15 -0600 Subject: [PATCH] Typo fix (#1723) I know this is stupid but it was annoying me. --- firmware_mod/www/cgi-bin/ui_camera.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware_mod/www/cgi-bin/ui_camera.cgi b/firmware_mod/www/cgi-bin/ui_camera.cgi index 39bb142..f535559 100755 --- a/firmware_mod/www/cgi-bin/ui_camera.cgi +++ b/firmware_mod/www/cgi-bin/ui_camera.cgi @@ -109,7 +109,7 @@ if [ -n "$F_cmd" ]; then if [ -n "${F_videoPort+x}" ]; then videoport=$(echo "${F_videoPort}"| tr '\n') rewrite_config /system/sdcard/config/rtspserver.conf PORT "$videoport" - echo "Set video port tp ${videoport}
" + echo "Set video port to ${videoport}
" fi if [ -n "${F_autoNightMode+x}" ]; then rewrite_config /system/sdcard/config/autonight.conf autonight_mode $F_autoNightMode