]> cloud.milkyroute.net Git - dolphin.git/commitdiff
typo
authorJordi Polo <mumismo@gmail.com>
Wed, 12 Nov 2008 15:22:25 +0000 (15:22 +0000)
committerJordi Polo <mumismo@gmail.com>
Wed, 12 Nov 2008 15:22:25 +0000 (15:22 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=883287

src/dolphindetailsview.cpp
src/dolphindetailsview.h

index f8379a7dabe2d7f11e6ddd21a5233a6bfc3617d7..5c77ff7107e1057974a5115805b270bc8ef82f06 100644 (file)
@@ -709,7 +709,7 @@ void DolphinDetailsView::updateElasticBandSelection()
         }
     }
     else {
-        // This is the only piece of optimisation data that needs to be explicitly
+        // This is the only piece of optimization data that needs to be explicitly
         // discarded.
         m_band.lastSelectionOrigin = QPoint();
         m_band.lastSelectionDestination = QPoint();
@@ -762,7 +762,7 @@ void DolphinDetailsView::updateElasticBandSelection()
    do {
        QRect currIndexRect = nameColumnRect(currIndex);
 
-        // Update some optimisation info as we go.
+        // Update some optimization info as we go.
        const int cr = currIndexRect.right();
        const int cl = currIndexRect.left();
        const int sl = selRect.left();
index 996c877937e938e7250c2caf1b346828714faf46..0f99db5195bc3c9410da992cf468b1f4cffc0e3f 100644 (file)
@@ -197,7 +197,7 @@ private:
         QPoint origin;
         QPoint destination;
 
-        // Optimisation mechanisms for use with elastic band selection.
+        // Optimization mechanisms for use with elastic band selection.
         // Basically, allow "incremental" updates to the selection based
         // on the last elastic band shape.
         QPoint lastSelectionOrigin;