From 4e658dcde1231437ece931ccd92389cd9a3aa661 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Tue, 5 Sep 2017 00:04:15 +0200 Subject: [PATCH] - nhttpd: fix typo in AUTH_NAME_MSG Signed-off-by: Thilo Graf --- src/nhttpd/yconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nhttpd/yconfig.h b/src/nhttpd/yconfig.h index cfdfdb36c..1b690e324 100644 --- a/src/nhttpd/yconfig.h +++ b/src/nhttpd/yconfig.h @@ -33,7 +33,7 @@ #define IADDR_LOCAL "127.0.0.1" // local IP #define HTTPD_NAME "yhttpd" // Webserver name (can be overloaded) #define YHTTPD_NAME "yhttpd_core" // Webserver name (Name of yhttpd-core!) -#define AUTH_NAME_MSG "yhhtpd" // Name in Authentication Dialogue +#define AUTH_NAME_MSG "yhttpd" // Name in Authentication Dialogue #define CONF_VERSION 4 // Version of yhttpd-conf file #define HTTPD_KEEPALIVE_TIMEOUT 500000 // Timeout for Keep-Alive in mircoseconds //=============================================================================