aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/kconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kconfig.cpp b/src/core/kconfig.cpp
index f9257632..4584a65e 100644
--- a/src/core/kconfig.cpp
+++ b/src/core/kconfig.cpp
@@ -128,7 +128,7 @@ void KConfigPrivate::copyGroup(const QByteArray &source, const QByteArray &desti
const int len = source.length();
const bool sameName = (destination == source);
- // we keep this bool outside the foreach loop so that if
+ // we keep this bool outside the for loop so that if
// the group is empty, we don't end up marking the other config
// as dirty erroneously
bool dirtied = false;