let me introduce: typo of the year "the the"

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
This commit is contained in:
Frederik Schwarzer 2008-09-25 15:05:22 +00:00
parent 42bd32dbda
commit d3f278419c
4 changed files with 4 additions and 4 deletions

View 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;

View 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();

View file

@ -40,7 +40,7 @@ public:
FilterBar(QWidget* parent = 0);
virtual ~FilterBar();
/** Clears the the input field. */
/** Clears the input field. */
void clear();
signals:

View 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
{