Fix typos parametter -> parameter.
authorStephen Kelly <stephen.kelly@kdab.com>
Fri, 23 Dec 2011 13:26:59 +0000 (14:26 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 27 Dec 2011 14:57:36 +0000 (15:57 +0100)
Change-Id: I0ebb3658477a1afdc1af5f4f6f64f12dc20ace56
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/corelib/kernel/qobject.h

index 1f7c706..3ca2e22 100644 (file)
@@ -296,8 +296,8 @@ public:
                                   const QObject *receiver, void **zero)
     {
         // This is the overload for when one wish to disconnect a signal from any slot. (slot=0)
-        // Since the function template parametter cannot be deduced from '0', we use a
-        // dummy void ** parametter that must be equal to 0
+        // Since the function template parameter cannot be deduced from '0', we use a
+        // dummy void ** parameter that must be equal to 0
         Q_ASSERT(!zero);
         typedef QtPrivate::FunctionPointer<Func1> SignalType;
         return disconnectImpl(sender, reinterpret_cast<void **>(&signal), receiver, zero,