* Fixed a couple of typos

svn path=/trunk/KDE/kdelibs/; revision=999752
This commit is contained in:
Richard Dale 2009-07-20 13:22:58 +00:00
parent f962a9c958
commit 83396186c2

View File

@ -324,7 +324,7 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
QStringList customCategories();
/**
* Attempts to load an apppet from a package
* Attempts to load an applet from a package
*
* Returns a pointer to the applet if successful.
* The caller takes responsibility for the applet, including
@ -560,7 +560,7 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
virtual void removeAssociatedWidget(QWidget *widget);
/**
* Gets called when and extender item has to be initialized after a plasma restart. If you
* Gets called when an extender item has to be initialized after a plasma restart. If you
* create ExtenderItems in your applet, you should implement this function to again create
* the widget that should be shown in this extender item. This function might look something
* like this: