From 25f441c9cca0848300e8c4ea43ccdddce4fd970f Mon Sep 17 00:00:00 2001 From: Kevin Lui Date: Tue, 14 Jan 2020 16:27:20 -0800 Subject: [PATCH] Fix a typo. --- 01-basic/B-hello-headers/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-basic/B-hello-headers/README.adoc b/01-basic/B-hello-headers/README.adoc index 51d5b106..ffc34e96 100644 --- a/01-basic/B-hello-headers/README.adoc +++ b/01-basic/B-hello-headers/README.adoc @@ -106,7 +106,7 @@ target_include_directories(target ) ---- -The +PRIVATE+ identifier specifies the scope of the include. This is important for libraries and is exlpained in the next example. More details on the function is available link:https://cmake.org/cmake/help/v3.0/command/target_include_directories.html[here] +The +PRIVATE+ identifier specifies the scope of the include. This is important for libraries and is explained in the next example. More details on the function is available link:https://cmake.org/cmake/help/v3.0/command/target_include_directories.html[here] # Building the Example