]> cloud.milkyroute.net Git - dolphin.git/commitdiff
SVN_SILENT: fix typo
authorPeter Penz <peter.penz19@gmail.com>
Fri, 5 Nov 2010 17:03:29 +0000 (17:03 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Fri, 5 Nov 2010 17:03:29 +0000 (17:03 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=1193345

src/dolphinmainwindow.cpp

index d1358036bcad33e14fea8279063927e008cb6d2b..6552b6b433bf58df136767f4da980bdb96614ab8 100644 (file)
@@ -289,7 +289,7 @@ void DolphinMainWindow::refreshViews()
     const GeneralSettings* generalSettings = DolphinSettings::instance().generalSettings();
     if (generalSettings->modifiedStartupSettings()) {
         // The startup settings have been changed by the user (see bug #254947).
-        //  Synchronizethe split-view setting with the active view:
+        // Synchronize the split-view setting with the active view:
         const bool splitView = generalSettings->splitView();
         const ViewTab& activeTab = m_viewTab[m_tabIndex];
         const bool toggle =    ( splitView && (activeTab.secondaryView == 0))