From 48a4cdbef6dcdda90a47eca28ba2ee4282ab3661 Mon Sep 17 00:00:00 2001 From: Justin Paulin Date: Sun, 4 Oct 2015 03:38:41 -0400 Subject: [PATCH] Fixed typo in WebClient example --- libraries/Ethernet/examples/WebClient/WebClient.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Ethernet/examples/WebClient/WebClient.ino b/libraries/Ethernet/examples/WebClient/WebClient.ino index 54927a0b999..42f78965a58 100644 --- a/libraries/Ethernet/examples/WebClient/WebClient.ino +++ b/libraries/Ethernet/examples/WebClient/WebClient.ino @@ -60,7 +60,7 @@ void setup() { client.println("Connection: close"); client.println(); } else { - // kf you didn't get a connection to the server: + // if you didn't get a connection to the server: Serial.println("connection failed"); } }