trivial: fix typo
diff --git a/camkes.cmake b/camkes.cmake
index b41e01b..a4041b4 100644
--- a/camkes.cmake
+++ b/camkes.cmake
@@ -556,7 +556,7 @@
     foreach(import IN LISTS imports)
         list(APPEND CAMKES_FLAGS "--import-path=${import}")
     endforeach()
-    # Retrieve any templte paths
+    # Retrieve any template paths
     get_property(templates GLOBAL PROPERTY CAmkESTemplatePaths)
     foreach(template IN LISTS templates)
         list(APPEND CAMKES_FLAGS --templates "${template}")