aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-06-01 14:33:40 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-06-01 14:33:40 +0000
commitf01a05415c03b0dd61297849ece2cfcce7f8d3e8 (patch)
treee46fd811bc29edaa3764a2d2a89e760621c8f794 /Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.c
parent6d2a08f1b77208de1f71dd4035d21f13e3f90462 (diff)
downloadlufa-f01a05415c03b0dd61297849ece2cfcce7f8d3e8.tar.gz
lufa-f01a05415c03b0dd61297849ece2cfcce7f8d3e8.tar.bz2
lufa-f01a05415c03b0dd61297849ece2cfcce7f8d3e8.zip
Spell check library source code files.
Diffstat (limited to 'Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.c')
-rw-r--r--Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.c b/Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.c
index 019329e2b..7bd083d85 100644
--- a/Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.c
+++ b/Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.c
@@ -74,7 +74,7 @@ char PROGMEM HTTPPage[] =
"</html>";
-/** Initialises the Webserver application, opening the appropriate HTTP port in the TCP handler and registering the application
+/** Initializes the Webserver application, opening the appropriate HTTP port in the TCP handler and registering the application
* callback routine for packets sent to the HTTP protocol port.
*/
void Webserver_Init(void)