src/corelib/kernel/qcoreevent.cpp
changeset 30 5dc02b23752f
parent 18 2f34d5167611
--- a/src/corelib/kernel/qcoreevent.cpp	Wed Jun 23 19:07:03 2010 +0300
+++ b/src/corelib/kernel/qcoreevent.cpp	Tue Jul 06 15:10:48 2010 +0300
@@ -272,7 +272,6 @@
     \omitvalue MacGLClearDrawable
     \omitvalue NetworkReplyUpdated
     \omitvalue FutureCallOut
-    \omitvalue CocoaRequestModal
     \omitvalue UpdateSoftKeys
     \omitvalue NativeGesture
 */
@@ -331,7 +330,7 @@
     equivalent of calling setAccepted(false).
 
     Clearing the accept parameter indicates that the event receiver
-    does not want the event. Unwanted events might be propgated to the
+    does not want the event. Unwanted events might be propagated to the
     parent widget.
 
     \sa accept()