From ddbf7df71b40dee88d5b15e652f74ce2ff0bad31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Sheedy?= Date: Sun, 12 Aug 2012 10:56:17 -0400 Subject: [PATCH] Correction of spelling errors for c++ files --- private/svg_p.h | 2 +- remote/signing.h | 4 ++-- remote/signing_p.h | 2 +- wallpaper.h | 2 +- widgets/declarativewidget.h | 4 ++-- widgets/lineedit.h | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/private/svg_p.h b/private/svg_p.h index 6a7d77148..5fdebf390 100644 --- a/private/svg_p.h +++ b/private/svg_p.h @@ -84,7 +84,7 @@ public: void checkColorHints(); - //Folowing two are utility functions to snap rendered elements to the pixel grid + //Following two are utility functions to snap rendered elements to the pixel grid //to and from are always 0 <= val <= 1 qreal closestDistance(qreal to, qreal from); diff --git a/remote/signing.h b/remote/signing.h index a3fa17072..aff93ac2c 100644 --- a/remote/signing.h +++ b/remote/signing.h @@ -154,9 +154,9 @@ public: QString keyStorePath() const; /** - * Method used to retrieve additional informations about the key passed as parameter to the function. + * Method used to retrieve additional information about the key passed as parameter to the function. * - * @arg keyID the string containing the hash of the key we want to retrive the informations. + * @arg keyID the string containing the hash of the key we want to retrive the information. * * @return a QString object containing the name, the email and the comment (if any) referenced by the * id passed as argument to the function. diff --git a/remote/signing_p.h b/remote/signing_p.h index 3c76ff576..e68646ab0 100644 --- a/remote/signing_p.h +++ b/remote/signing_p.h @@ -44,7 +44,7 @@ public: ~SigningPrivate(); Signing *q; - // Save all the keys in a single object, splitted by their SigningLevel + // Save all the keys in a single object, split by their SigningLevel // Note: keys[CompletelyUntrusted] refers to an empty list QMap > keys; diff --git a/wallpaper.h b/wallpaper.h index 655ee6080..dc571add4 100644 --- a/wallpaper.h +++ b/wallpaper.h @@ -198,7 +198,7 @@ class PLASMA_EXPORT Wallpaper : public QObject void setBoundingRect(const QRectF &boundingRect); /** - * Can be Overriden by plugins which support setting Image URLs. + * Can be Overridden by plugins which support setting Image URLs. * This is triggered by events in the user interface such as * drag and drop of files. */ diff --git a/widgets/declarativewidget.h b/widgets/declarativewidget.h index 3baeafd3d..198a3b690 100644 --- a/widgets/declarativewidget.h +++ b/widgets/declarativewidget.h @@ -82,13 +82,13 @@ public: * before the main component gets initialized. * So it will be possible to access it immediately from the QML code. * - * @param delay if true the initilization of the QML file will be delayed + * @param delay if true the initialization of the QML file will be delayed * at the end of the event loop */ void setInitializationDelayed(const bool delay); /** - * @return true if the initilization of the QML file will be delayed + * @return true if the initialization of the QML file will be delayed * at the end of the event loop */ bool isInitializationDelayed() const; diff --git a/widgets/lineedit.h b/widgets/lineedit.h index 60aa1135f..46a913ace 100644 --- a/widgets/lineedit.h +++ b/widgets/lineedit.h @@ -79,7 +79,7 @@ public: bool isClearButtonShown() const; /** - * Sets a greyed out message that will go away after the user clicked the line edit + * Sets a grayed out message that will go away after the user clicked the line edit * * @param message the message * @since 4.5 @@ -90,7 +90,7 @@ public: #endif /** - * @return the text of a greyed out message that will go away when clicked + * @return the text of a grayed out message that will go away when clicked * @since 4.5 * @deprecated use LineEdit::placeholderText instead */