X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/edc4db41f46f473fc0ba95fd03920d10aba1de4a..eea687e6d9524e252d3ae50f06b33f4e753dcf2b:/Projects/Webserver/Lib/TELNETServerApp.c?ds=inline diff --git a/Projects/Webserver/Lib/TELNETServerApp.c b/Projects/Webserver/Lib/TELNETServerApp.c index e6eba5364..0720a479e 100644 --- a/Projects/Webserver/Lib/TELNETServerApp.c +++ b/Projects/Webserver/Lib/TELNETServerApp.c @@ -54,7 +54,7 @@ const char PROGMEM TELNETMenu[] = "\r\n" /** Header to print before the current connections are printed to the client */ const char PROGMEM CurrentConnectionsHeader[] = "\r\n* Current TCP Connections: *\r\n"; -/** Initialization function for the simple HTTP webserver. */ +/** Initialization function for the simple TELNET webserver. */ void TELNETServerApp_Init(void) { /* Listen on port 23 for TELNET connections from hosts */