From 1b979c05dd02d5623a83c15c213439103b868205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Mon, 11 Feb 2013 12:02:17 +0100 Subject: [PATCH] fix typo --- plasma/applet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasma/applet.h b/plasma/applet.h index d176905b4..95084e46f 100644 --- a/plasma/applet.h +++ b/plasma/applet.h @@ -224,7 +224,7 @@ class PLASMA_EXPORT Applet : public QObject * Returns a list of all known applets. * This may skip applets based on security settings and ExcludeCategories in the application's config. * - * @param category Only applets matchin this category will be returned. + * @param category Only applets matching this category will be returned. * Useful in conjunction with knownCategories. * If "Misc" is passed in, then applets without a * Categories= entry are also returned.