diff options
author | Frederik Schwarzer <schwarzerf@gmail.com> | 2009-05-11 13:55:59 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-05-18 14:23:59 (GMT) |
commit | d13162dd4695274dc4bdb286ce85bf198391d94b (patch) | |
tree | b794ebb2096e488516f1ebd4b244186e9c32b487 /doc/src/qtscriptdebugger-manual.qdoc | |
parent | e5755e131952ab5c3c8dd0fd6a88dbaa7148898a (diff) | |
download | Qt-d13162dd4695274dc4bdb286ce85bf198391d94b.zip Qt-d13162dd4695274dc4bdb286ce85bf198391d94b.tar.gz Qt-d13162dd4695274dc4bdb286ce85bf198391d94b.tar.bz2 |
Fix some typos in the documentation.
Usually, "the the" is not proper English
Reviewed-By: Thiago Macieira
Diffstat (limited to 'doc/src/qtscriptdebugger-manual.qdoc')
-rw-r--r-- | doc/src/qtscriptdebugger-manual.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qtscriptdebugger-manual.qdoc b/doc/src/qtscriptdebugger-manual.qdoc index 3dfe879..75d87f8 100644 --- a/doc/src/qtscriptdebugger-manual.qdoc +++ b/doc/src/qtscriptdebugger-manual.qdoc @@ -367,7 +367,7 @@ \section3 continue Continues execution normally, i.e, gives the execution control over - the script back the the QScriptEngine. + the script back to the QScriptEngine. \section3 eval <program> |