diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-02-09 21:36:56 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-02-09 21:36:56 (GMT) |
commit | bd92bec66ce6e167437182b6c554142852f7388c (patch) | |
tree | df40b7bc57b12e587628b1788bbc8f0308321c86 /Source/cmLocalUnixMakefileGenerator3.cxx | |
parent | e18a33e49150cd71164475a472484c15aec4f05f (diff) | |
download | CMake-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.cxx | 2 |
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(); |