summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/dbscreen.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/dbscreen.qdoc')
-rw-r--r--doc/src/examples/dbscreen.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/dbscreen.qdoc b/doc/src/examples/dbscreen.qdoc
index 7f6bb18f98..793b5fc28c 100644
--- a/doc/src/examples/dbscreen.qdoc
+++ b/doc/src/examples/dbscreen.qdoc
@@ -156,7 +156,7 @@
\section1 Step 3: Creating the Driver Plugin
- Qt provides a high level API for writing Qt extentions. One of the plugin
+ Qt provides a high level API for writing Qt extensions. One of the plugin
base classes provided is QScreenDriverPlugin, which we use in this example
to create our screen driver plugin.