From 8f38744d79fcbf34b22a9ecef65fe31f75fa857e Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Wed, 25 Oct 2017 17:17:33 -0500 Subject: Spelling fixes Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2. Change-Id: I30fd1f3678a2e0fa1c24f6d5b2c0970903db4596 Signed-off-by: Gunnar Mills --- test/utest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utest.cpp b/test/utest.cpp index ea08ea0..455179c 100644 --- a/test/utest.cpp +++ b/test/utest.cpp @@ -15,7 +15,7 @@ class LedTest : public ::testing::Test } ~LedTest() { - // Leaving upto auto cleanup. + // Leaving up to auto cleanup. } }; -- cgit v1.2.1