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 --- docs/DESIGN.kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/DESIGN.kconfig') diff --git a/docs/DESIGN.kconfig b/docs/DESIGN.kconfig index 68994aed..d2f2056a 100644 --- a/docs/DESIGN.kconfig +++ b/docs/DESIGN.kconfig @@ -53,8 +53,8 @@ void deleteEntry(key); // Remove entry 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. +non-existent. +deleteEntry() will make the entry non-existent. Entries are marked "immutable" if the key is followed by [$i]. This means that a user can not override these entries. @@ -103,7 +103,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 @@ -216,7 +216,7 @@ myconfig.kcfg-codegen: 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