summaryrefslogtreecommitdiffstats
path: root/examples/gui/doc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2013-01-08 13:52:32 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-11 12:02:21 +0100
commitd208c8b2474d352223f78e315893ebfaa7c56ec1 (patch)
tree3df041d4c61f4f6938ff3177c3ab4da73c87ebcc /examples/gui/doc
parent866a035f6e097aac4bf8d564591ce8afbb45e33c (diff)
Doc: corrected typo "the the"
Task-number: QTBUG-28756 Spurious repetition of the definite article Trailing space issue corrected. Change-Id: I3a051f5dc291e546d8d67d6775e84b388bdc0363 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
Diffstat (limited to 'examples/gui/doc')
-rw-r--r--examples/gui/doc/src/rasterwindow.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gui/doc/src/rasterwindow.qdoc b/examples/gui/doc/src/rasterwindow.qdoc
index f246533c4f..e5b300a312 100644
--- a/examples/gui/doc/src/rasterwindow.qdoc
+++ b/examples/gui/doc/src/rasterwindow.qdoc
@@ -54,7 +54,7 @@
\snippet rasterwindow/rasterwindow.h 1
- We first start by including the the QtGui headers. This means we
+ We first start by including the QtGui headers. This means we
can use all classes in the Qt GUI module. Classes can also be
included individually if that is preferred.