From e525b727f29adad1df3a6a81d6bba7c4617f78ba Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Mon, 3 Mar 2014 17:28:30 +0100 Subject: Fix some typos Change-Id: Iea540b768232ea423ea7f04e41655198931cf36d Reviewed-by: Jerome Pasion --- src/qml/doc/src/qmllanguageref/documents/networktransparency.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qml/doc/src/qmllanguageref/documents/networktransparency.qdoc') diff --git a/src/qml/doc/src/qmllanguageref/documents/networktransparency.qdoc b/src/qml/doc/src/qmllanguageref/documents/networktransparency.qdoc index ea46b3381e..481e449a01 100644 --- a/src/qml/doc/src/qmllanguageref/documents/networktransparency.qdoc +++ b/src/qml/doc/src/qmllanguageref/documents/networktransparency.qdoc @@ -27,7 +27,7 @@ /*! \page qtqml-documents-networktransparency.html \title Resource Loading and Network Transparency -\brief about loading files and resources accross a network +\brief about loading files and resources across a network QML supports network transparency by using URLs (rather than file names) for all references from a QML document to other content. This means that anywhere a URL source is expected, @@ -122,7 +122,7 @@ or programs written with runtimes such as Python and Perl. That trust is establi of a number of mechanisms, including the availability of package signing on some platforms. In order to preserve the trust of users, QML application developers should not load -and execute arbitary JavaScript or QML resources. For example, consider the QML code below: +and execute arbitrary JavaScript or QML resources. For example, consider the QML code below: \qml import QtQuick 2.0 -- cgit v1.2.3