From 7dffa15c1670806cc053b9930f341b53e30f7384 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 5 Jun 2011 13:55:56 +0000 Subject: Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru. --- Projects/Webserver/Lib/TELNETServerApp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Projects/Webserver/Lib/TELNETServerApp.c') 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 */ -- cgit v1.2.3