From 46a18935341aeef5eec2b2d6d8d206f4bfc0590b Mon Sep 17 00:00:00 2001 From: Davis King Date: Mon, 11 Dec 2017 06:40:00 -0500 Subject: [PATCH] Fixed spelling error in comment --- examples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index de142ff58..da39e41ff 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -89,7 +89,7 @@ target_link_libraries(assignment_learning_ex dlib::dlib) ################################################################################# -# Since there are a lot of examples I'm going to use a macro to simply this +# Since there are a lot of examples I'm going to use a macro to simplify this # CMakeLists.txt file. However, usually you will create only one executable in # your cmake projects and use the syntax shown above. macro(add_example name)