From 7ad402bb754d68efeaf57861f45a65866a2dcac8 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Mon, 4 Feb 2013 16:34:09 +0100 Subject: [PATCH] Fix typo. --- src/libtomahawk/utils/Closure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/utils/Closure.h b/src/libtomahawk/utils/Closure.h index de47502bc..7e1cdf53b 100644 --- a/src/libtomahawk/utils/Closure.h +++ b/src/libtomahawk/utils/Closure.h @@ -74,7 +74,7 @@ class DLLEXPORT Closure : public QObject, boost::noncopyable { * If you don't this Closure to act on a signal, but just act like * a closure in that it saves some args and delivers them on demand later * - * Only call this is you passed a null QObject* as a sender! Otherwise you + * Only call this if you passed a null QObject* as a sender! Otherwise you * might delete your object twice :) */ void forceInvoke();