summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2009-02-09 21:36:56 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2009-02-09 21:36:56 (GMT)
commitbd92bec66ce6e167437182b6c554142852f7388c (patch)
treedf40b7bc57b12e587628b1788bbc8f0308321c86 /Source/cmLocalUnixMakefileGenerator3.cxx
parente18a33e49150cd71164475a472484c15aec4f05f (diff)
downloadCMake-bd92bec66ce6e167437182b6c554142852f7388c.zip
CMake-bd92bec66ce6e167437182b6c554142852f7388c.tar.gz
CMake-bd92bec66ce6e167437182b6c554142852f7388c.tar.bz2
STYLE: fix two typos in the comments, patch from Daniel DOT Teske AT Nokia DOT com, QtCreator developer
Alex
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.cxx')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx
index fad722d..3148d37 100644
--- a/Source/cmLocalUnixMakefileGenerator3.cxx
+++ b/Source/cmLocalUnixMakefileGenerator3.cxx
@@ -1976,7 +1976,7 @@ cmLocalUnixMakefileGenerator3
cmd += this->Convert(makefile,NONE,SHELL);
cmd += " ";
- // Passg down verbosity level.
+ // Pass down verbosity level.
if(this->GetMakeSilentFlag().size())
{
cmd += this->GetMakeSilentFlag();