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/kdelibs/; revision=864814
This commit is contained in:
Frederik Schwarzer 2008-09-25 15:05:22 +00:00
parent 9556863db5
commit ee8d547da8
4 changed files with 7 additions and 7 deletions

View File

@ -200,7 +200,7 @@ class PLASMA_EXPORT AbstractRunner : public QObject
KConfigGroup config() const;
/**
* Sets whether or not the the runner has options for matches
* Sets whether or not the runner has options for matches
*/
void setHasRunOptions(bool hasRunOptions);
@ -224,7 +224,7 @@ class PLASMA_EXPORT AbstractRunner : public QObject
* be used instead of calling KServiceTypeTrader::query(..) directly.
*
* @arg serviceType a service type like "Plasma/Applet" or "KFilePlugin"
* @arg constraint a constraint to limit the the choices returned.
* @arg constraint a constraint to limit the choices returned.
* @see KServiceTypeTrader::query(const QString&, const QString&)
*
* @return a list of services that satisfy the query.

View File

@ -80,7 +80,7 @@ public:
* Starts a standard animation on a QGraphicsItem.
*
* @arg item the item to animate in some fashion
* @arg anim the the type of animation to perform
* @arg anim the type of animation to perform
* @return the id of the animation
**/
Q_INVOKABLE int animateItem(QGraphicsItem* item, Animation anim);
@ -98,7 +98,7 @@ public:
* Starts a standard animation on a QGraphicsItem.
*
* @arg item the item to animate in some fashion
* @arg anim the the type of animation to perform
* @arg anim the type of animation to perform
* @return the id of the animation
**/
Q_INVOKABLE int moveItem(QGraphicsItem* item, Movement movement, const QPoint &destination);

View File

@ -72,7 +72,7 @@ public:
void clearContainments();
/**
* Returns the the config file used to store the configuration for this Corona
* Returns the config file used to store the configuration for this Corona
*/
KSharedConfig::Ptr config() const;

View File

@ -132,7 +132,7 @@ public:
* a not-required element with no associated mimetypes.
*
* @param key used as an internal label for this directory
* @param path the path within the the package for this directory
* @param path the path within the package for this directory
* @param name the user visible (translated) name for the directory
**/
void addDirectoryDefinition(const char* key, const QString& path, const QString& name);
@ -142,7 +142,7 @@ public:
* a not-required element with no associated mimetypes.
*
* @param key used as an internal label for this file
* @param path the path within the the package for this file
* @param path the path within the package for this file
* @param name the user visible (translated) name for the file
**/
void addFileDefinition(const char* key, const QString& path, const QString& name);