corrected minor typos in CMake comments

This commit is contained in:
Austin McCartney 2018-10-13 09:38:00 -06:00
parent 9721918446
commit 0bc5453bfd
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.8)
# #
# Here we check whether mio is being configured in isolation or as a component # Here we check whether mio is being configured in isolation or as a component
# of a larger proeject. To do so, we query whether the `PROJECT_NAME` CMake # of a larger project. To do so, we query whether the `PROJECT_NAME` CMake
# variable has been defined. In the case it has, we can conclude mio is a # variable has been defined. In the case it has, we can conclude mio is a
# subproject. # subproject.
# #