summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@digia.com>2012-02-03 23:53:31 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-08 09:20:27 +0100
commit80cebfde10cf34dcc0777c24f1b3ff37cad20181 (patch)
treedf90859850d6a6d23434f0c82146c3b788f708bb /doc
parentff2de5928b1031d6946807f1e119b0765bc755c8 (diff)
Some small doc fixes, typos and removal of one incorrect paragraph
The QTextStream paragraph that is removed referred to something that is incorrect. This was confirmed for Windows, Linux and Mac. Change-Id: Ibac8f82482f2060308b5b8485d6da228bdf52fe6 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/examples/dirview.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/dirview.qdoc b/doc/src/examples/dirview.qdoc
index d81dea4215..c8d9c7fc07 100644
--- a/doc/src/examples/dirview.qdoc
+++ b/doc/src/examples/dirview.qdoc
@@ -30,7 +30,7 @@
\title Dir View Example
\brief The Dir View example shows a tree view onto the local filing system. It uses the
- QDirModel class to provide supply file and directory information.
+ QDirModel class to provide file and directory information.
\image dirview-example.png
*/