Commit f918e2a3 authored by Davis King's avatar Davis King

Fixed a spelling error in a comment.

parent 60a1de67
......@@ -15,7 +15,7 @@ set (target_name htmlify)
PROJECT(${target_name})
# add all the cpp files we want to compile to this list. This tells
# cmake that they are part of our target (which is the exectuable named htmlify)
# cmake that they are part of our target (which is the executable named htmlify)
ADD_EXECUTABLE(${target_name}
htmlify.cpp
to_xml.cpp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment