From f231b894aabf2f9a881ff566ec376864f0ff6ccb Mon Sep 17 00:00:00 2001 From: Graeme Robinson Date: Tue, 10 Feb 2015 16:46:49 +0000 Subject: [PATCH] Fixed a typo in a comment Changed inclided to included --- examples/TimeSerial/TimeSerial.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/TimeSerial/TimeSerial.ino b/examples/TimeSerial/TimeSerial.ino index 135db6f..426a87c 100644 --- a/examples/TimeSerial/TimeSerial.ino +++ b/examples/TimeSerial/TimeSerial.ino @@ -6,7 +6,7 @@ * you can send the text on the next line using Serial Monitor to set the clock to noon Jan 1 2013 T1357041600 * - * A Processing example sketch to automatically send the messages is inclided in the download + * A Processing example sketch to automatically send the messages is included in the download * On Linux, you can use "date +T%s\n > /dev/ttyACM0" (UTC time zone) */