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>
This commit is contained in:
Nico Vertriest 2013-01-08 13:52:32 +01:00 committed by The Qt Project
parent 866a035f6e
commit d208c8b247
11 changed files with 52 additions and 52 deletions

View File

@ -54,7 +54,7 @@
\snippet rasterwindow/rasterwindow.h 1 \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 can use all classes in the Qt GUI module. Classes can also be
included individually if that is preferred. included individually if that is preferred.

View File

@ -48,7 +48,7 @@
\image stickman-example1.png \image stickman-example1.png
The states for an animation is constructed by reading a custom animation file format and The states for an animation is constructed by reading a custom animation file format and
creating states that assign values to the the "position" properties of each of the nodes in the creating states that assign values to the "position" properties of each of the nodes in the
skeleton graph. skeleton graph.
\snippet animation/stickman/lifecycle.cpp 1 \snippet animation/stickman/lifecycle.cpp 1

View File

@ -83,7 +83,7 @@
existing signal in that class that is emitted whenever the value existing signal in that class that is emitted whenever the value
of the property changes. of the property changes.
\li A \c REVISION number is optional. If included, it defines the \li A \c REVISION number is optional. If included, it defines
the property and its notifier signal to be used in a particular the property and its notifier signal to be used in a particular
revision of the API that is exposed to QML. revision of the API that is exposed to QML.

View File

@ -7026,7 +7026,7 @@
is created actually contains XML text, but the \e{.ditamap} suffix is is created actually contains XML text, but the \e{.ditamap} suffix is
used to identify the file as containing a DITA MAP. used to identify the file as containing a DITA MAP.
The argument is the name of the the file to be created. In the following The argument is the name of the file to be created. In the following
example, the file \e{creator.ditamap} is output: example, the file \e{creator.ditamap} is output:
\code \code
\ditamap creator.ditamap \ditamap creator.ditamap

View File

@ -58,7 +58,7 @@
\table 100% \table 100%
\row \row
\li \image fusion-groupbox.png \li \image fusion-groupbox.png
The The QGroupBox widget provides a group box frame with a title. The QGroupBox widget provides a group box frame with a title.
\li \image fusion-tabwidget.png \li \image fusion-tabwidget.png
The QTabWidget class provides a stack of tabbed widgets. The QTabWidget class provides a stack of tabbed widgets.
\li \image fusion-frame.png \li \image fusion-frame.png

View File

@ -62,7 +62,7 @@
\table 100% \table 100%
\row \row
\li \image gtk-groupbox.png \li \image gtk-groupbox.png
The The QGroupBox widget provides a group box frame with a title. The QGroupBox widget provides a group box frame with a title.
\li \image gtk-tabwidget.png \li \image gtk-tabwidget.png
The QTabWidget class provides a stack of tabbed widgets. The QTabWidget class provides a stack of tabbed widgets.
\li \image gtk-frame.png \li \image gtk-frame.png

View File

@ -62,7 +62,7 @@
\table 100% \table 100%
\row \row
\li \image macintosh-groupbox.png \li \image macintosh-groupbox.png
The The QGroupBox widget provides a group box frame with a title. The QGroupBox widget provides a group box frame with a title.
\li \image macintosh-tabwidget.png \li \image macintosh-tabwidget.png
The QTabWidget class provides a stack of tabbed widgets. The QTabWidget class provides a stack of tabbed widgets.
\li \image macintosh-frame.png \li \image macintosh-frame.png

View File

@ -58,7 +58,7 @@
\table 100% \table 100%
\row \row
\li \image windows-groupbox.png \li \image windows-groupbox.png
The The QGroupBox widget provides a group box frame with a title. The QGroupBox widget provides a group box frame with a title.
\li \image windows-tabwidget.png \li \image windows-tabwidget.png
The QTabWidget class provides a stack of tabbed widgets. The QTabWidget class provides a stack of tabbed widgets.
\li \image windows-frame.png \li \image windows-frame.png

View File

@ -62,7 +62,7 @@
\table 100% \table 100%
\row \row
\li \image windowsvista-groupbox.png \li \image windowsvista-groupbox.png
The The QGroupBox widget provides a group box frame with a title. The QGroupBox widget provides a group box frame with a title.
\li \image windowsvista-tabwidget.png \li \image windowsvista-tabwidget.png
The QTabWidget class provides a stack of tabbed widgets. The QTabWidget class provides a stack of tabbed widgets.
\li \image windowsvista-frame.png \li \image windowsvista-frame.png

View File

@ -62,7 +62,7 @@
\table 100% \table 100%
\row \row
\li \image windowsxp-groupbox.png \li \image windowsxp-groupbox.png
The The QGroupBox widget provides a group box frame with a title. The QGroupBox widget provides a group box frame with a title.
\li \image windowsxp-tabwidget.png \li \image windowsxp-tabwidget.png
The QTabWidget class provides a stack of tabbed widgets. The QTabWidget class provides a stack of tabbed widgets.
\li \image windowsxp-frame.png \li \image windowsxp-frame.png

View File

@ -813,7 +813,7 @@
In the case of a checkable QGroupBox, the title includes the In the case of a checkable QGroupBox, the title includes the
check indicator. The indicator is styled using the check indicator. The indicator is styled using the
the \l{#indicator-sub}{::indicator} subcontrol. The \l{#indicator-sub}{::indicator} subcontrol. The
\l{#spacing-prop}{spacing} property can be used to control \l{#spacing-prop}{spacing} property can be used to control
the spacing between the text and indicator. the spacing between the text and indicator.