From 19829c8c6bbaf83809ecd380347bae9e954761f8 Mon Sep 17 00:00:00 2001 From: Gregg Date: Mon, 5 Oct 2020 07:40:04 -0500 Subject: [PATCH] Fixed typo. --- .gitignore | 1 + src/src.ino | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 98b5026..792da4f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .development src.ino +src/src.ino diff --git a/src/src.ino b/src/src.ino index 87fd0a3..752b002 100644 --- a/src/src.ino +++ b/src/src.ino @@ -1,6 +1,6 @@ // This is a placeholder .ino file that allows you to easily edit the contents of this library using the Arduino IDE, -// as well as compile and test from this point. This file is ignored when the library is included in other sketchges. +// as well as compile and test from this point. This file is ignored when the library is included in other sketches. #include "HomeSpan.h"