Correction of spelling errors for c++ files

This commit is contained in:
Frédéric Sheedy 2012-08-12 10:56:17 -04:00
parent 2679fe483e
commit ddbf7df71b
6 changed files with 9 additions and 9 deletions

View File

@ -84,7 +84,7 @@ public:
void checkColorHints(); 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 //to and from are always 0 <= val <= 1
qreal closestDistance(qreal to, qreal from); qreal closestDistance(qreal to, qreal from);

View File

@ -154,9 +154,9 @@ public:
QString keyStorePath() const; 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 * @return a QString object containing the name, the email and the comment (if any) referenced by the
* id passed as argument to the function. * id passed as argument to the function.

View File

@ -44,7 +44,7 @@ public:
~SigningPrivate(); ~SigningPrivate();
Signing *q; 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 // Note: keys[CompletelyUntrusted] refers to an empty list
QMap<TrustLevel, QSet<QByteArray> > keys; QMap<TrustLevel, QSet<QByteArray> > keys;

View File

@ -198,7 +198,7 @@ class PLASMA_EXPORT Wallpaper : public QObject
void setBoundingRect(const QRectF &boundingRect); 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 * This is triggered by events in the user interface such as
* drag and drop of files. * drag and drop of files.
*/ */

View File

@ -82,13 +82,13 @@ public:
* before the main component gets initialized. * before the main component gets initialized.
* So it will be possible to access it immediately from the QML code. * 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 * at the end of the event loop
*/ */
void setInitializationDelayed(const bool delay); 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 * at the end of the event loop
*/ */
bool isInitializationDelayed() const; bool isInitializationDelayed() const;

View File

@ -79,7 +79,7 @@ public:
bool isClearButtonShown() const; 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 * @param message the message
* @since 4.5 * @since 4.5
@ -90,7 +90,7 @@ public:
#endif #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 * @since 4.5
* @deprecated use LineEdit::placeholderText instead * @deprecated use LineEdit::placeholderText instead
*/ */