From 9d6ce15f5460f7238b90c568953e6f9354b2e985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Mon, 3 Mar 2008 19:27:52 +0000 Subject: [PATCH] typos-- svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=781856 --- applet.h | 2 +- glapplet.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/applet.h b/applet.h index 4694acc38..9d1effc15 100644 --- a/applet.h +++ b/applet.h @@ -78,7 +78,7 @@ class PLASMA_EXPORT Applet : public Widget /** * @arg parent the QGraphicsItem this applet is parented to - * @arg servideId the name of the .desktop file containing the + * @arg serviceId the name of the .desktop file containing the * information about the widget * @arg appletId a unique id used to differentiate between multiple * instances of the same Applet type diff --git a/glapplet.h b/glapplet.h index 4fc79fba3..9f31c4f8f 100644 --- a/glapplet.h +++ b/glapplet.h @@ -38,7 +38,7 @@ class PLASMA_EXPORT GLApplet : public Applet public: /** * @arg parent the QGraphicsItem this applet is parented to - * @arg servideId the name of the .desktop file containing the + * @arg serviceId the name of the .desktop file containing the * information about the widget * @arg appletId a unique id used to differentiate between multiple * instances of the same Applet type