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-17 05:28:35 +0100
commite7b8c9227132a26acd3d975050fd1f6fd4f22944 (patch)
tree50069d19ad451328b019650398ace335b8afc449 /doc
parent692064bcfd116c2f3a2b30572e511ee68c6a0531 (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> (cherry picked from commit 80cebfde10cf34dcc0777c24f1b3ff37cad20181)
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 329f90e697..a4b799678a 100644
--- a/doc/src/examples/dirview.qdoc
+++ b/doc/src/examples/dirview.qdoc
@@ -30,7 +30,7 @@
\title Dir View Example
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
*/