diff options
author | Jack O'Connor <oconnor663@gmail.com> | 2013-05-01 00:21:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-05-01 18:29:01 (GMT) |
commit | b9c1f3b78afe63a172f641365559b15e8be831b8 (patch) | |
tree | e64749d17831e6df83ecce0478401bc5d21e484f /Source/cmExtraEclipseCDT4Generator.cxx | |
parent | 2ba65cc9d904b634120b1b56eabd046aad33ac75 (diff) | |
download | CMake-b9c1f3b78afe63a172f641365559b15e8be831b8.zip CMake-b9c1f3b78afe63a172f641365559b15e8be831b8.tar.gz CMake-b9c1f3b78afe63a172f641365559b15e8be831b8.tar.bz2 |
Eclipse: Add a missing space in the documentation
Diffstat (limited to 'Source/cmExtraEclipseCDT4Generator.cxx')
-rw-r--r-- | Source/cmExtraEclipseCDT4Generator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.cxx b/Source/cmExtraEclipseCDT4Generator.cxx index 97ab086..083d91e 100644 --- a/Source/cmExtraEclipseCDT4Generator.cxx +++ b/Source/cmExtraEclipseCDT4Generator.cxx @@ -50,7 +50,7 @@ void cmExtraEclipseCDT4Generator entry.Full = "Project files for Eclipse will be created in the top directory. " "In out of source builds, a linked resource to the top level source " - "directory will be created." + "directory will be created. " "Additionally a hierarchy of makefiles is generated into the " "build tree. The appropriate make program can build the project through " "the default make target. A \"make install\" target is also provided."; |