diff options
author | Sean McBride <sean@rogue-research.com> | 2011-05-27 22:12:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-05-31 13:13:00 (GMT) |
commit | a27edd8a05f61bc01ca749572dfd4110536de5a5 (patch) | |
tree | 74cdac190d3708e0add5136a6fe37f9e3a4b958b /Tests/SourceGroups | |
parent | 1e885b1bb589fd488ba63e7b7f6530a915670b32 (diff) | |
download | CMake-a27edd8a05f61bc01ca749572dfd4110536de5a5.zip CMake-a27edd8a05f61bc01ca749572dfd4110536de5a5.tar.gz CMake-a27edd8a05f61bc01ca749572dfd4110536de5a5.tar.bz2 |
Fix XCode -> Xcode typos, notably in man page (#12231)
Diffstat (limited to 'Tests/SourceGroups')
-rw-r--r-- | Tests/SourceGroups/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SourceGroups/CMakeLists.txt b/Tests/SourceGroups/CMakeLists.txt index e57e019..c3cf38c 100644 --- a/Tests/SourceGroups/CMakeLists.txt +++ b/Tests/SourceGroups/CMakeLists.txt @@ -5,7 +5,7 @@ project(SourceGroups) # it is more an example with several source_group() # commands. # The created projects have to be loaded manually -# in Visual Studio/XCode/Eclipse/... +# in Visual Studio/Xcode/Eclipse/... # to see whether the correct groups have been created. source_group(Base FILES main.c) |