summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/completer.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/completer.qdoc')
-rw-r--r--doc/src/examples/completer.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/completer.qdoc b/doc/src/examples/completer.qdoc
index 408de6b5cd..d4a4e6d1d9 100644
--- a/doc/src/examples/completer.qdoc
+++ b/doc/src/examples/completer.qdoc
@@ -149,7 +149,7 @@
\snippet examples/tools/completer/mainwindow.cpp 5
- The mouse cursor is then overriden with Qt::WaitCursor before we fill
+ The mouse cursor is then overridden with Qt::WaitCursor before we fill
a QStringList object, \c words, with the contents of \c file. Once this
is done, we restore the mouse cursor.