summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-06-23 10:02:56 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-06-23 10:08:17 (GMT)
commit2c96aeb45320ade7e2c074433560185f16631374 (patch)
treeed9b9d8151e3c1d65fc738c5a984a82e907fdd36 /src
parent7e1c40f036cc0d1e7ec093a07e77c95a829c4b21 (diff)
downloadQt-2c96aeb45320ade7e2c074433560185f16631374.zip
Qt-2c96aeb45320ade7e2c074433560185f16631374.tar.gz
Qt-2c96aeb45320ade7e2c074433560185f16631374.tar.bz2
doc: Fixed typos.
Task-number: 256711
Diffstat (limited to 'src')
-rw-r--r--src/corelib/kernel/qcoreapplication.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/kernel/qcoreapplication.cpp b/src/corelib/kernel/qcoreapplication.cpp
index b0247f8..e6a471c 100644
--- a/src/corelib/kernel/qcoreapplication.cpp
+++ b/src/corelib/kernel/qcoreapplication.cpp
@@ -643,8 +643,8 @@ bool QCoreApplication::notifyInternal(QObject *receiver, QEvent *event)
/*!
Sends \a event to \a receiver: \a {receiver}->event(\a event).
Returns the value that is returned from the receiver's event
- handler. Note that this function is called for all events send to
- any object is all threads.
+ handler. Note that this function is called for all events sent to
+ any object in any thread.
For certain types of events (e.g. mouse and key events),
the event will be propagated to the receiver's parent and so on up to