aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2014-03-28 17:05:36 +0100
committerDavid Faure <faure@kde.org>2014-03-28 17:08:05 +0100
commit3b99ed63af318f5a43f24cd051fae57d7bb0280b (patch)
tree65a444194715372867ad97f2a21a9de79c426170
parent4846b50aea0bc2262238963a85ab3556c22412e4 (diff)
downloadkconfig-3b99ed63af318f5a43f24cd051fae57d7bb0280b.tar.gz
kconfig-3b99ed63af318f5a43f24cd051fae57d7bb0280b.tar.bz2
Fix repeated typo in 'override'
-rw-r--r--src/core/kcoreconfigskeleton.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/kcoreconfigskeleton.h b/src/core/kcoreconfigskeleton.h
index dc82e968..bb9c1cf9 100644
--- a/src/core/kcoreconfigskeleton.h
+++ b/src/core/kcoreconfigskeleton.h
@@ -1022,7 +1022,7 @@ public:
/**
* Set all registered items to their default values.
* This method calls usrSetDefaults() after setting the defaults for the
- * registered items. You can overridde usrSetDefaults() in derived classes
+ * registered items. You can override usrSetDefaults() in derived classes
* if you have special requirements.
* If you need more fine-grained control of setting the default values of
* the registered items you can override setDefaults() in a derived class.
@@ -1033,7 +1033,7 @@ public:
* Read preferences from config file. All registered items are set to the
* values read from disk.
* This method calls usrRead() after reading the settings of the
- * registered items from the KConfig. You can overridde usrRead()
+ * registered items from the KConfig. You can override usrRead()
* in derived classes if you have special requirements.
*/
void load();
@@ -1055,7 +1055,7 @@ public:
* i.e. it uses the in-memory values from KConfig without reloading from disk.
*
* This method calls usrRead() after reading the settings of the
- * registered items from the KConfig. You can overridde usrRead()
+ * registered items from the KConfig. You can override usrRead()
* in derived classes if you have special requirements.
* @since 5.0
*/
@@ -1417,7 +1417,7 @@ public Q_SLOTS:
* Write preferences to config file. The values of all registered items are
* written to disk.
* This method calls usrWriteConfig() after writing the settings from the
- * registered items to the KConfig. You can overridde usrWriteConfig()
+ * registered items to the KConfig. You can override usrWriteConfig()
* in derived classes if you have special requirements.
*/
bool save();