diff options
author | Frederik Schwarzer <schwarzerf@gmail.com> | 2009-05-11 13:55:59 (GMT) |
---|---|---|
committer | Frederik Schwarzer <schwarzerf@gmail.com> | 2009-05-11 13:55:59 (GMT) |
commit | e9c8a4cf013906a54b1b05796d6007d878e85398 (patch) | |
tree | aaffd3af0d5198e3fd489c6b6aa0305bbcdfda73 /doc/src/examples/ftp.qdoc | |
parent | 38809e24a48f6c4b148cd730a8d5d52a7525e5bd (diff) | |
download | Qt-e9c8a4cf013906a54b1b05796d6007d878e85398.zip Qt-e9c8a4cf013906a54b1b05796d6007d878e85398.tar.gz Qt-e9c8a4cf013906a54b1b05796d6007d878e85398.tar.bz2 |
typos in docs: double "the"
Diffstat (limited to 'doc/src/examples/ftp.qdoc')
-rw-r--r-- | doc/src/examples/ftp.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/examples/ftp.qdoc b/doc/src/examples/ftp.qdoc index 9cc9cd1..7a74a37 100644 --- a/doc/src/examples/ftp.qdoc +++ b/doc/src/examples/ftp.qdoc @@ -172,7 +172,7 @@ no entries were found (in which case our \c addToList() function would not have been called). - Let's continue with the the \c addToList() slot: + Let's continue with the \c addToList() slot: \snippet examples/network/ftp/ftpwindow.cpp 10 @@ -190,7 +190,7 @@ \snippet examples/network/ftp/ftpwindow.cpp 12 - \c cdToParent() is invoked when the the user requests to go to the + \c cdToParent() is invoked when the user requests to go to the parent directory of the one displayed in the file list. After changing the directory, we QFtp::List its contents. |