summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-05-12 15:05:33 (GMT)
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-05-12 15:05:33 (GMT)
commit64f86caef81ee0047fe28f0bc9c1d8a4ca606ebb (patch)
treee2b8437069542855aad269cce2ab860d41707004
parent661096f7ed2d9d5c91d716ba414c7286220c6cf9 (diff)
downloadQt-64f86caef81ee0047fe28f0bc9c1d8a4ca606ebb.zip
Qt-64f86caef81ee0047fe28f0bc9c1d8a4ca606ebb.tar.gz
Qt-64f86caef81ee0047fe28f0bc9c1d8a4ca606ebb.tar.bz2
Reviewed-by: TrustMe
Small polishing.
-rw-r--r--doc/src/examples/fancybrowser.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/examples/fancybrowser.qdoc b/doc/src/examples/fancybrowser.qdoc
index 8338d8b..ea4da71 100644
--- a/doc/src/examples/fancybrowser.qdoc
+++ b/doc/src/examples/fancybrowser.qdoc
@@ -98,7 +98,7 @@
When the page is loaded, \c adjustLocation() updates the address
bar; \c adjustLocation() is triggered by the \c loadFinished()
signal in QWebView. In \c changeLocation() we create a QUrl
- objecti, and then use it to load the page into the QWebView. When
+ object, and then use it to load the page into the QWebView. When
the new web page has finished loading, \c adjustLocation() will be
run once more to update the address bar.
@@ -142,7 +142,7 @@
a \i {gif} file as its source is removed. \c removeInlineFrames() removes all
\i {iframe} or inline elements. \c removeObjectElements() removes all
\i {object} elements, and \c removeEmbeddedElements() removes any elements
- such as plugins embedded on the page using the \i {embed} element.
+ such as plugins embedded on the page using the \i {embed} tag.
*/