Fixing trivial typo in error message

Signed-off-by: Josh Lehan <krellan@google.com>
Change-Id: I38a36bd02466511aaaeaa2b7ae768209047cb874
diff --git a/src/Overlay.cpp b/src/Overlay.cpp
index aa06beb..a569f9a 100644
--- a/src/Overlay.cpp
+++ b/src/Overlay.cpp
@@ -359,7 +359,7 @@
     if (!findFiles(std::filesystem::path(TEMPLATE_DIR), R"(.*\.template)",
                    paths))
     {
-        std::cerr << "Unable to find any tempate files in " << TEMPLATE_DIR
+        std::cerr << "Unable to find any template files in " << TEMPLATE_DIR
                   << "\n";
         return false;
     }