summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2016-01-27 14:54:35 +0300
committerKonstantin Tokarev <annulen@yandex.ru>2016-01-27 21:48:53 +0000
commit072f6acce94a98b5aca33cb2cacd567eaafaf9f3 (patch)
treec71dea7b8d561149fa0549a7adf787eb1f037e27
parentda00247a0446551e543a5c714c84d347cec58b34 (diff)
downloadqtwebkit-072f6acce94a98b5aca33cb2cacd567eaafaf9f3.tar.gz
Fixed another typo in QWebSecurityOrigin::addLocalScheme() documentation.
Change-Id: I7013829d4e30a85374a4f63ab6a45b97b44313d7 Reviewed-by: Michael BrĂ¼ning <michael.bruning@theqtcompany.com>
-rw-r--r--Source/WebKit/qt/Api/qwebsecurityorigin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/qt/Api/qwebsecurityorigin.cpp b/Source/WebKit/qt/Api/qwebsecurityorigin.cpp
index c2ba8148b..a76ee975c 100644
--- a/Source/WebKit/qt/Api/qwebsecurityorigin.cpp
+++ b/Source/WebKit/qt/Api/qwebsecurityorigin.cpp
@@ -224,7 +224,7 @@ QList<QWebDatabase> QWebSecurityOrigin::databases() const
to the \c file: scheme.
Cross domain restrictions depend on the two web settings QWebSettings::LocalContentCanAccessFileUrls
- and QWebSettings::LocalContentCanAccessRemoteUrls. By default all local schemes are concidered to be
+ and QWebSettings::LocalContentCanAccessRemoteUrls. By default all local schemes are considered to be
in the same security origin, and local schemes can not access remote content.
*/
void QWebSecurityOrigin::addLocalScheme(const QString& scheme)