From d4f010b441856bdec0dae24371b9e474730655d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Mon, 11 Feb 2013 11:47:23 +0100 Subject: [PATCH] fix typos in API docs of applet --- plasma/applet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plasma/applet.h b/plasma/applet.h index 60a2a30e6..d176905b4 100644 --- a/plasma/applet.h +++ b/plasma/applet.h @@ -173,7 +173,7 @@ class PLASMA_EXPORT Applet : public QObject * Reccomended position for a popup window like a menu or a tooltip * given its size * @param s size of the popup - * @returns reccomended position + * @returns recommended position */ QPoint popupPosition(const QSize &s) const; @@ -183,7 +183,7 @@ class PLASMA_EXPORT Applet : public QObject * given its size * @param s size of the popup * @param alignment alignment of the popup, valid flags are Qt::AlignLeft, Qt::AlignRight and Qt::AlignCenter - * @returns reccomended position + * @returns recommended position */ QPoint popupPosition(const QSize &s, Qt::AlignmentFlag alignment) const;