diff options
author | Brad King <brad.king@kitware.com> | 2013-05-16 18:37:37 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-05-16 18:37:37 (GMT) |
commit | 1843f2e0cdba79561d1c4ee2732b3499746cfed3 (patch) | |
tree | dc29b62990659db1eb407c0a38d12a71557f69bb /Source | |
parent | 27e4ddcd3f09e1412a0219bd9ea2e72116e86292 (diff) | |
parent | b9c1f3b78afe63a172f641365559b15e8be831b8 (diff) | |
download | CMake-1843f2e0cdba79561d1c4ee2732b3499746cfed3.zip CMake-1843f2e0cdba79561d1c4ee2732b3499746cfed3.tar.gz CMake-1843f2e0cdba79561d1c4ee2732b3499746cfed3.tar.bz2 |
Merge topic 'eclipse-doc-typo'
b9c1f3b Eclipse: Add a missing space in the documentation
Diffstat (limited to 'Source')
-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 22a1020..6b02e15 100644 --- a/Source/cmExtraEclipseCDT4Generator.cxx +++ b/Source/cmExtraEclipseCDT4Generator.cxx @@ -51,7 +51,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."; |