From 05b5ea8941f15aa8752cbd5842d8a3dad430071f Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 5 Sep 2017 00:04:15 +0200 Subject: [PATCH] nhttpd: fix typo in AUTH_NAME_MSG Signed-off-by: Thilo Graf Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/4e658dcde1231437ece931ccd92389cd9a3aa661 Author: vanhofen Date: 2017-09-05 (Tue, 05 Sep 2017) Origin message was: ------------------ - nhttpd: fix typo in AUTH_NAME_MSG Signed-off-by: Thilo Graf ------------------ This commit was generated by Migit --- 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 //=============================================================================