diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/kconfiggroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kconfiggroup.h b/src/core/kconfiggroup.h index 5c125dd2..2584cb85 100644 --- a/src/core/kconfiggroup.h +++ b/src/core/kconfiggroup.h @@ -113,7 +113,7 @@ public: QString name() const; /** - * Check whether the containing KConfig object acutally contains a + * Check whether the containing KConfig object actually contains a * group with this name. */ bool exists() const; |