]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/settings/startup/startupsettingspage.cpp
Fix 3 issues reported by "krazy"
[dolphin.git] / src / settings / startup / startupsettingspage.cpp
index 4dd7d19f55cf07728e4097de2355b819cb83fb3e..c3fdbc656e824a3082a74c081e0635a528bf75cd 100644 (file)
@@ -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);