┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings')
-rw-r--r--src/settings/startup/startupsettingspage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/startup/startupsettingspage.cpp b/src/settings/startup/startupsettingspage.cpp
index 4dd7d19f5..c3fdbc656 100644
--- a/src/settings/startup/startupsettingspage.cpp
+++ b/src/settings/startup/startupsettingspage.cpp
@@ -140,7 +140,7 @@ void StartupSettingsPage::restoreDefaults()
void StartupSettingsPage::slotSettingsChanged()
{
// Provide a hint that the startup settings have been changed. This allows the views
- // to apply the startup settings only if they have been explicitely changed by the user
+ // to apply the startup settings only if they have been explicitly changed by the user
// (see bug #254947).
GeneralSettings* settings = DolphinSettings::instance().generalSettings();
settings->setModifiedStartupSettings(true);