diff options
author | Christophe Giboudeaux <christophe@krop.fr> | 2021-07-13 23:20:57 +0200 |
---|---|---|
committer | Christophe Giboudeaux <christophe@krop.fr> | 2021-07-13 23:20:57 +0200 |
commit | 3471f19fc56e41b2ee6236ea3016dfa30a76c0ff (patch) | |
tree | 2615e5a9349c20f95be9d9abbccde367b2eb6eeb /src/core | |
parent | 530f9490749505221d137343f1bd556821b820da (diff) | |
download | kconfig-3471f19fc56e41b2ee6236ea3016dfa30a76c0ff.tar.gz kconfig-3471f19fc56e41b2ee6236ea3016dfa30a76c0ff.tar.bz2 |
Fix typos found by codespell
GIT_SILENT
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; |