]> cloud.milkyroute.net Git - dolphin.git/commitdiff
let me introduce: typo of the year "the the"
authorFrederik Schwarzer <schwarzerf@gmail.com>
Thu, 25 Sep 2008 15:05:22 +0000 (15:05 +0000)
committerFrederik Schwarzer <schwarzerf@gmail.com>
Thu, 25 Sep 2008 15:05:22 +0000 (15:05 +0000)
mostly seen as
"the the" -> "the"
"the the" -> "to the"
and in its best case
"a the the" -> "" :)

svn path=/trunk/KDE/kdebase/apps/; revision=864814

src/dolphincontroller.h
src/dolphinmainwindow.h
src/filterbar.h
src/metatextlabel.h

index 51099ff7a1f81e03e1ca7f441966eb218d900031..9196a157d1578b7ad7a9621bc4a18b5606da99a0 100644 (file)
@@ -81,7 +81,7 @@ public:
     virtual ~DolphinController();
 
     /**
-     * Allows read access for the the view implementation to the abstract
+     * Allows read access for the view implementation to the abstract
      * Dolphin view.
      */
     const DolphinView* dolphinView() const;
index f97193cd41f45cfc7265543a47406de1033334cb..48a829e39ef24eab3a0fc84077232241b12b3b02 100644 (file)
@@ -291,7 +291,7 @@ private slots:
 
     /**
      * Updates the state of the 'Back' and 'Forward' menu
-     * actions corresponding the the current history.
+     * actions corresponding to the current history.
      */
     void updateHistory();
 
index 7ede89b313f8a8cc6230738e4f8dc7be2e822ffd..87aaa017ec0dddcafbfdd95587c5a320a2f14786 100644 (file)
@@ -40,7 +40,7 @@ public:
     FilterBar(QWidget* parent = 0);
     virtual ~FilterBar();
     
-    /** Clears the the input field. */
+    /** Clears the input field. */
     void clear();
     
 signals:
index 316f0de5c9f2eb44391a26a9c3e5d8c3a5cf2e0b..f4b4ee8e1b9ac921448b75e28ef34f2ce02ad0eb 100644 (file)
@@ -28,7 +28,7 @@ class QHBoxLayout;
 /**
  * @brief Displays general meta in several lines.
  *
- * Each line contains a label and the the meta information.
+ * Each line contains a label and the meta information.
  */
 class MetaTextLabel : public QWidget
 {