From 0bc79985c5205e3a61559bfe0450dc6e71636fc5 Mon Sep 17 00:00:00 2001 From: Steve Phillips Date: Thu, 29 Jun 2017 00:30:34 -0700 Subject: [PATCH] Fixed typo: disonnected -> disconnected --- ProjectorNetworkIRBridge.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectorNetworkIRBridge.ino b/ProjectorNetworkIRBridge.ino index 5270952..f41d54c 100644 --- a/ProjectorNetworkIRBridge.ino +++ b/ProjectorNetworkIRBridge.ino @@ -396,6 +396,6 @@ void loop() { delay(1); // Close the connection: client.stop(); - Serial.println("Client disonnected"); + Serial.println("Client disconnected"); } }