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.h | |
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.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index b35bdbc..0fdb593 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -282,7 +282,7 @@ protected: void WriteLocalMakefileTargets(std::ostream& ruleFileStream, std::set<cmStdString> &emitted); - // this method Writes the Directory informaiton files + // this method Writes the Directory information files void WriteDirectoryInformationFile(); |