summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-12-14 18:51:13 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-12-14 18:51:13 (GMT)
commit2fe3395812b6497e7151e556686a82cfd763f243 (patch)
tree4bf7220f415587050a5266d4117dfaffa701595b /src/3rdparty/webkit
parent33418800a5c78e06182bc0b41a2eabaf8aafc0fc (diff)
downloadQt-2fe3395812b6497e7151e556686a82cfd763f243.zip
Qt-2fe3395812b6497e7151e556686a82cfd763f243.tar.gz
Qt-2fe3395812b6497e7151e556686a82cfd763f243.tar.bz2
Doc: Minor fixes to language.
Reviewed-by: Trust Me
Diffstat (limited to 'src/3rdparty/webkit')
-rw-r--r--src/3rdparty/webkit/WebKit/qt/Api/qwebpage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/webkit/WebKit/qt/Api/qwebpage.cpp b/src/3rdparty/webkit/WebKit/qt/Api/qwebpage.cpp
index 1bdc3ed..88b7271 100644
--- a/src/3rdparty/webkit/WebKit/qt/Api/qwebpage.cpp
+++ b/src/3rdparty/webkit/WebKit/qt/Api/qwebpage.cpp
@@ -3407,9 +3407,9 @@ quint64 QWebPage::bytesReceived() const
/*!
\fn void QWebPage::unsupportedContent(QNetworkReply *reply)
- This signals is emitted when webkit cannot handle a link the user navigated to.
+ This signal is emitted when WebKit cannot handle a link the user navigated to.
- At signal emissions time the meta data of the QNetworkReply \a reply is available.
+ At signal emission time the meta-data of the QNetworkReply \a reply is available.
\note This signal is only emitted if the forwardUnsupportedContent property is set to true.