From eb2b4126ae1398ab729e2cb353288e789f9dd977 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Sun, 22 Jun 2008 17:29:59 +0000 Subject: [PATCH] * Fix typo in warning message, and make the english scan a bit better svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=823161 --- applet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applet.cpp b/applet.cpp index 11e2a2324..3db3a4d78 100644 --- a/applet.cpp +++ b/applet.cpp @@ -1531,7 +1531,7 @@ void Applet::Private::init() q->setLayoutDirection(qApp->layoutDirection()); if (!appletDescription.isValid()) { - kDebug() << "Check your constructor! You probaly want to be passing a Service::Ptr or a QVariantList with a valid storageid as arg[0] in."; + kDebug() << "Check your constructor! You probably want to be passing in a Service::Ptr or a QVariantList with a valid storageid as arg[0]."; return; }