Skip to content

Commit 0f0d5fe

Browse files
committed
Merge pull request arduino#1526 from interwho/master
Fixed a typo in the WebServer example.
2 parents ec31a2e + 24df3ab commit 0f0d5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Ethernet/examples/WebServer/WebServer.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void loop() {
9494
delay(1);
9595
// close the connection:
9696
client.stop();
97-
Serial.println("client disonnected");
97+
Serial.println("client disconnected");
9898
}
9999
}
100100

0 commit comments

Comments
 (0)