From 424d95e05cdd7c9d74cbb97aa8fd996983f8bac7 Mon Sep 17 00:00:00 2001 From: Aaron Ang Date: Tue, 25 Sep 2018 23:48:55 -0700 Subject: [PATCH] Fix typo --- 01-basic/B-hello-headers/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-basic/B-hello-headers/CMakeLists.txt b/01-basic/B-hello-headers/CMakeLists.txt index 283a35a..2c63e2c 100644 --- a/01-basic/B-hello-headers/CMakeLists.txt +++ b/01-basic/B-hello-headers/CMakeLists.txt @@ -15,7 +15,7 @@ set(SOURCES # Add an executable with the above sources add_executable(hello_headers ${SOURCES}) -# Set the direcoties that should be included in the build command for this target +# Set the directories that should be included in the build command for this target # when running g++ these will be included as -I/directory/path/ target_include_directories(hello_headers PRIVATE