From 66ff329da412c40a5cb0447af8c167bb8f7a3ac2 Mon Sep 17 00:00:00 2001 From: tt2468 Date: Wed, 15 Sep 2021 03:46:52 -0700 Subject: [PATCH] Config: Fix typo --- src/Config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.cpp b/src/Config.cpp index 63341d23..b4316d29 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -10,7 +10,7 @@ #define PARAM_ENABLED "ServerEnabled" #define PARAM_PORT "ServerPort" #define PARAM_ALERTS "AlertsEnabled" -#define PARAM_AUTHREQUIRED "AuthRequred" +#define PARAM_AUTHREQUIRED "AuthRequired" #define PARAM_PASSWORD "ServerPassword" #define CMDLINE_WEBSOCKET_PORT "websocket_port"