From 7fd7ab59f5426ff9a45e46cfad5a6d38dc47bda1 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Wed, 1 Mar 2017 00:13:54 +0000 Subject: [PATCH] Correct typo --- examples/ILI9341/TFT_Screen_Capture/screenServer.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ILI9341/TFT_Screen_Capture/screenServer.ino b/examples/ILI9341/TFT_Screen_Capture/screenServer.ino index 53a8dc0..911750b 100644 --- a/examples/ILI9341/TFT_Screen_Capture/screenServer.ino +++ b/examples/ILI9341/TFT_Screen_Capture/screenServer.ino @@ -3,7 +3,7 @@ // This is a sketch support tab containing function calls to read a screen image // off a TFT and send it to a processing client sketch over the serial port. -// See the processing_sketch tab, it contains a capy of the processing sketch. +// See the processing_sketch tab, it contains a copy of the processing sketch. // Use a high baud rate, for an ESP8266: /*