summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qgesturemanager.cpp
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2010-07-22 10:32:55 (GMT)
committerZeno Albisser <zeno.albisser@nokia.com>2010-09-13 14:35:50 (GMT)
commit7f96f211d15d7af28146682356ad1363c5d9f4a9 (patch)
treec9c36a93ad28499614b1808723ec80c7132646e8 /src/gui/kernel/qgesturemanager.cpp
parentf295b0bbbf4967c5933cebff106880f9931d34ed (diff)
downloadQt-7f96f211d15d7af28146682356ad1363c5d9f4a9.zip
Qt-7f96f211d15d7af28146682356ad1363c5d9f4a9.tar.gz
Qt-7f96f211d15d7af28146682356ad1363c5d9f4a9.tar.bz2
fix typos in comment
Reviewed-by: TrustMe
Diffstat (limited to 'src/gui/kernel/qgesturemanager.cpp')
-rw-r--r--src/gui/kernel/qgesturemanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qgesturemanager.cpp b/src/gui/kernel/qgesturemanager.cpp
index 5c80340..6dd8127 100644
--- a/src/gui/kernel/qgesturemanager.cpp
+++ b/src/gui/kernel/qgesturemanager.cpp
@@ -184,7 +184,7 @@ void QGestureManager::cleanupCachedGestures(QObject *target, Qt::GestureType typ
// get or create a QGesture object that will represent the state for a given object, used by the recognizer
QGesture *QGestureManager::getState(QObject *object, QGestureRecognizer *recognizer, Qt::GestureType type)
{
- // if the widget is being deleted we should be carefull and not to
+ // if the widget is being deleted we should be careful not to
// create a new state, as it will create QWeakPointer which doesnt work
// from the destructor.
if (object->isWidgetType()) {