diff options
author | Tobias Hunger <[email protected]> | 2010-01-11 10:22:55 +0100 |
---|---|---|
committer | Tobias Hunger <[email protected]> | 2010-01-11 10:26:13 +0100 |
commit | 592e494d1ab10d3ea9fa67542b04b37591449e8e (patch) | |
tree | 444ebde6528d3f9d22f0c51ea86a8a08ff5f125d /src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp | |
parent | 443a0377b4bb40bb2733cab552119fb292aa27d2 (diff) |
Fix typos
Reviewed-by: thorbjorn
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp')
-rw-r--r-- | src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp b/src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp index 229547503c2..68fcaf0b0ba 100644 --- a/src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp +++ b/src/plugins/cmakeprojectmanager/cmakeprojectmanager.cpp @@ -68,7 +68,7 @@ int CMakeManager::projectLanguage() const ProjectExplorer::Project *CMakeManager::openProject(const QString &fileName) { - // TODO check wheter this project is already opened + // TODO check whether this project is already opened return new CMakeProject(this, fileName); } |