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 /DESIGN | |
parent | 530f9490749505221d137343f1bd556821b820da (diff) | |
download | kconfig-3471f19fc56e41b2ee6236ea3016dfa30a76c0ff.tar.gz kconfig-3471f19fc56e41b2ee6236ea3016dfa30a76c0ff.tar.bz2 |
Fix typos found by codespell
GIT_SILENT
Diffstat (limited to 'DESIGN')
-rw-r--r-- | DESIGN | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -33,8 +33,8 @@ current config object's entry map and then written back. Note that there is a subtle difference between revertToDefault() and deleteEntry(). revertToDefault() will change the entry to the default value set by the system administrator (Via e.g. $KDEDIR/share/config) or, if no such default was set, -non-existant. -deleteEntry() will make the entry non-existant. If if the system administrator +non-existent. +deleteEntry() will make the entry non-existent. If if the system administrator has specified a default value, the local entry is marked with [$d]. Entries are marked "immutable" if the key is followed by [$i]. This means @@ -47,7 +47,7 @@ KConfig XT ========== My buzzword picker offered KConfig XT ("eXtended Technology") and KConfig NG -("Next Generation"). Since the planned changes are ment to be evolutionary +("Next Generation"). Since the planned changes are meant to be evolutionary rather than revolutionary, KConfig NG was dropped. Goals @@ -96,7 +96,7 @@ myconfig.kcfgc: Implementation specific code generation instructions choses the actual name. KConfigDialogManager: Class that links widgets in a dialog up with their - corresponding confguration options in a configuration + corresponding configuration options in a configuration object derived from KConfigSkeleton. MyConfigWidget: Dialog generated from a .ui description file. Widget names |