This commit is contained in:
Sebastian Kügler 2013-02-11 14:27:33 +01:00
parent faa4826465
commit 7995f0c251
2 changed files with 2 additions and 2 deletions

View File

@ -682,7 +682,7 @@ class PLASMA_EXPORT Applet : public QObject
bool isUserConfiguring() const;
/**
* Sends all pending contraints updates to the applet. Will usually
* Sends all pending constraints updates to the applet. Will usually
* be called automatically, but can also be called manually if needed.
*/
void flushPendingConstraintsEvents();

View File

@ -350,7 +350,7 @@ Q_SIGNALS:
/**
* emitted when immutability changes.
* this is for use by things that don't get contraints events, like plasmaapp.
* this is for use by things that don't get constraints events, like plasmaapp.
* it's NOT for containments or applets or any of the other stuff on the scene.
* if your code's not in shells/ it probably shouldn't be using it.
*/