diff --git a/02-sub-projects/A-basic/README.adoc b/02-sub-projects/A-basic/README.adoc index 9c7933c..9660d9e 100644 --- a/02-sub-projects/A-basic/README.adoc +++ b/02-sub-projects/A-basic/README.adoc @@ -78,7 +78,7 @@ add_subdirectory(subbinary) When a project is created using the `project()` command, CMake will automatically create a number of variables which can be used to reference details about the project. -These variables can then be used by other sub-projects or the main project. For exampe, +These variables can then be used by other sub-projects or the main project. For example, to reference the source directory for a different project you can use. [source,cmake]