diff options
author | Nico Vertriest <nico.vertriest@digia.com> | 2013-01-08 13:17:11 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-01-08 14:42:59 +0100 |
commit | 8d12ab0ebf4784f455b7d5822dbd6018b9e34ca4 (patch) | |
tree | 7c2534d8a05fc5e9a807cc3ddec688b7d50a9ea5 | |
parent | 6c0c8f8c4225fa4f59d5599e1b24e817862144bc (diff) | |
download | qtdoc-8d12ab0ebf4784f455b7d5822dbd6018b9e34ca4.tar.gz |
Doc: corrected typo "the the"
Task-number: QTBUG-28756
Spurious repetition of the definite article.
Change-Id: I9b86633e177d52dbdc600568fe75907212aeea22
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
-rw-r--r-- | doc/src/datastorage.qdoc | 2 | ||||
-rw-r--r-- | doc/src/getting-started/gettingstartedqml.qdoc | 2 | ||||
-rw-r--r-- | doc/src/getting-started/gettingstartedqt.qdoc | 2 | ||||
-rw-r--r-- | doc/src/source-breaks.qdoc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/datastorage.qdoc b/doc/src/datastorage.qdoc index 04c5c753..cae0e557 100644 --- a/doc/src/datastorage.qdoc +++ b/doc/src/datastorage.qdoc @@ -160,7 +160,7 @@ necessary infrastructure: \endlist \endlist -Besides reading and writing to XML streams, Qt also provides APIs for the +Besides reading and writing to XML streams, Qt also provides APIs for the following additional use cases: \list \li Querying an XML data source using XQuery and XPath diff --git a/doc/src/getting-started/gettingstartedqml.qdoc b/doc/src/getting-started/gettingstartedqml.qdoc index a07550d5..e8e1027f 100644 --- a/doc/src/getting-started/gettingstartedqml.qdoc +++ b/doc/src/getting-started/gettingstartedqml.qdoc @@ -99,7 +99,7 @@ This simple rectangle has a unique identifier, \c simplebutton, which is bound to the id property. The \c Rectangle element's properties are bound to values by listing the property, followed by a colon, then the value. In the code sample, the color \c grey - is bound to the the Rectangle's \c color property. Similarly, we bind the \c width + is bound to the Rectangle's \c color property. Similarly, we bind the \c width and \c height of the Rectangle. The \l {Text}{Text} element is a non-editable text field. We name this \c Text element diff --git a/doc/src/getting-started/gettingstartedqt.qdoc b/doc/src/getting-started/gettingstartedqt.qdoc index f499ad57..e0e1dd5b 100644 --- a/doc/src/getting-started/gettingstartedqt.qdoc +++ b/doc/src/getting-started/gettingstartedqt.qdoc @@ -482,7 +482,7 @@ \section2 Saving Files - Now, let us move on to the the \c{on_actionSave_triggered()} slot, which + Now, let us move on to the \c{on_actionSave_triggered()} slot, which also uses QFileDialog to create a dialog in which the user can save a file with the specified name in the specified location. diff --git a/doc/src/source-breaks.qdoc b/doc/src/source-breaks.qdoc index d6bcd027..2ab82767 100644 --- a/doc/src/source-breaks.qdoc +++ b/doc/src/source-breaks.qdoc @@ -121,7 +121,7 @@ The following sections lists the API changes in each module and provides recomme \li \l{QString::mid}, \l{QString::midRef}, and \l{QByteArray::mid} now return an empty \c{QString}, \c{QStringRef}, and \c{QByteArray} respectively, if the position passed is equal to the length (that is, right after the last character/byte). In Qt 4, they use to return a null \c{QString} or a null \c{QStringRef}. - \li The following \l{QString} functions use the the C locale instead of the default or system locale: + \li The following \l{QString} functions use the C locale instead of the default or system locale: \list \li \l{QString::toLongLong}{toLongLong()} \li \l{QString::toULongLong}{toULongLong()} |