Merge pull request #1526 from interwho/master

Fixed a typo in the WebServer example.
This commit is contained in:
Cristian Maglie 2013-09-02 06:14:18 -07:00
commit 0f0d5fe01e
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ void loop() {
delay(1);
// close the connection:
client.stop();
Serial.println("client disonnected");
Serial.println("client disconnected");
}
}