[gnoduino] Fixed a typo in the WebServer example.
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnoduino] Fixed a typo in the WebServer example.
- Date: Thu, 17 Oct 2013 23:37:22 +0000 (UTC)
commit a42d42c06e753723a3cb7ce1a365073023bef70c
Author: Justin Paulin <Justin MacBook-Pro local>
Date: Mon Jul 29 13:40:51 2013 -0400
Fixed a typo in the WebServer example.
.../Ethernet/examples/WebServer/WebServer.ino | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libraries/Ethernet/examples/WebServer/WebServer.ino
b/libraries/Ethernet/examples/WebServer/WebServer.ino
index 5e5d67a..689eb7d 100644
--- a/libraries/Ethernet/examples/WebServer/WebServer.ino
+++ b/libraries/Ethernet/examples/WebServer/WebServer.ino
@@ -94,7 +94,7 @@ void loop() {
delay(1);
// close the connection:
client.stop();
- Serial.println("client disonnected");
+ Serial.println("client disconnected");
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]