From 3471f19fc56e41b2ee6236ea3016dfa30a76c0ff Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Tue, 13 Jul 2021 23:20:57 +0200 Subject: Fix typos found by codespell GIT_SILENT --- DESIGN | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'DESIGN') diff --git a/DESIGN b/DESIGN index a5fbd2b5..0f4a590a 100644 --- a/DESIGN +++ b/DESIGN @@ -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 -- cgit v1.2.1