summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorCorentin Plouet <corentin@plouet.name>2019-09-30 19:21:55 (GMT)
committerCorentin Plouet <corentin@plouet.name>2019-09-30 19:33:50 (GMT)
commitab06de68c54710136d50509833b2be937adba5c8 (patch)
tree353139e44eedb1d5037ab6597a02fb49dfda29d8 /Source
parent6fa2baef61dd8344c68dc25e4814113fb40aaffb (diff)
downloadCMake-ab06de68c54710136d50509833b2be937adba5c8.zip
CMake-ab06de68c54710136d50509833b2be937adba5c8.tar.gz
CMake-ab06de68c54710136d50509833b2be937adba5c8.tar.bz2
Help: fixed typos in PCH / Unity Build doc
+ typos in source code
Diffstat (limited to 'Source')
-rw-r--r--Source/QtDialog/QCMake.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/QtDialog/QCMake.cxx b/Source/QtDialog/QCMake.cxx
index ece3307..b608fcb 100644
--- a/Source/QtDialog/QCMake.cxx
+++ b/Source/QtDialog/QCMake.cxx
@@ -257,14 +257,14 @@ void QCMake::setProperties(const QCMakePropertyList& newProps)
}
}
- // remove some properites
+ // remove some properties
foreach (QString const& s, toremove) {
this->CMakeInstance->UnwatchUnusedCli(s.toLocal8Bit().data());
state->RemoveCacheEntry(s.toLocal8Bit().data());
}
- // add some new properites
+ // add some new properties
foreach (QCMakeProperty const& s, props) {
this->CMakeInstance->WatchUnusedCli(s.Key.toLocal8Bit().data());