summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-04-20 18:36:24 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-04-20 18:43:37 (GMT)
commit0ccdad9d1d84b23072f8a17e3cb06cf2f1b71792 (patch)
tree461d9a1f19f2ced352c8726f4a3f22e7c0f2769a /doc
parent139497b6871d73d3366c21b51db9a74046855552 (diff)
downloadQt-0ccdad9d1d84b23072f8a17e3cb06cf2f1b71792.zip
Qt-0ccdad9d1d84b23072f8a17e3cb06cf2f1b71792.tar.gz
Qt-0ccdad9d1d84b23072f8a17e3cb06cf2f1b71792.tar.bz2
fix typos
Diffstat (limited to 'doc')
-rw-r--r--doc/src/examples/plugandpaint.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/plugandpaint.qdoc b/doc/src/examples/plugandpaint.qdoc
index a502e18..0e2bfd0 100644
--- a/doc/src/examples/plugandpaint.qdoc
+++ b/doc/src/examples/plugandpaint.qdoc
@@ -513,7 +513,7 @@
Since the approach is identical to
\l{tools/plugandpaintplugins/basictools}{Basic Tools}, we won't
- review the code here. The only part of interes is the
+ review the code here. The only part of interest is the
\c .pro file, since Extra Filters is a dynamic plugin
(\l{tools/plugandpaintplugins/basictools}{Basic Tools} is
linked statically into the Plug & Paint executable).