summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/eventsandfilters.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/doc/src/eventsandfilters.qdoc')
-rw-r--r--src/corelib/doc/src/eventsandfilters.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/doc/src/eventsandfilters.qdoc b/src/corelib/doc/src/eventsandfilters.qdoc
index 4e914d17cc..947a24f4e5 100644
--- a/src/corelib/doc/src/eventsandfilters.qdoc
+++ b/src/corelib/doc/src/eventsandfilters.qdoc
@@ -80,7 +80,7 @@
\section1 Event Types
- Most events types have special classes, notably QResizeEvent,
+ Most event types have special classes, notably QResizeEvent,
QPaintEvent, QMouseEvent, QKeyEvent, and QCloseEvent. Each class
subclasses QEvent and adds event-specific functions. For example,
QResizeEvent adds \l{QResizeEvent::}{size()} and