summaryrefslogtreecommitdiff
path: root/apps/include/netutils/httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/include/netutils/httpd.h')
-rw-r--r--apps/include/netutils/httpd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/include/netutils/httpd.h b/apps/include/netutils/httpd.h
index e18542df1..d14b6bf4d 100644
--- a/apps/include/netutils/httpd.h
+++ b/apps/include/netutils/httpd.h
@@ -88,14 +88,14 @@
# define CONFIG_NETUTILS_HTTPD_MAXPATH PATH_MAX
#endif
-#define HTTPD_MAX_FILENAME CONFIG_HTTPD_MAXPATH
+#define HTTPD_MAX_FILENAME CONFIG_NETUTILS_HTTPD_MAXPATH
/* Other tunable values. If you need to change these values, please create
* new configurations in apps/netutils/webserver/Kconfig
*/
-#defien HTTPD_MAX_CONTENTLEN 32
-#defien HTTPD_MAX_HEADERLEN 180
+#define HTTPD_MAX_CONTENTLEN 32
+#define HTTPD_MAX_HEADERLEN 180
/****************************************************************************
* Public types