summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2013-05-04 21:14:02 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-07 10:39:52 +0200
commit11ef0c43ccb101a00b4fb61306f37ad8f1404373 (patch)
treece769ca51767113f857df5a235c01835ace0f873
parent329ac05fd00546c88e34bed9f5e077f597671376 (diff)
downloadqtwebkit-examples-11ef0c43ccb101a00b4fb61306f37ad8f1404373.tar.gz
Fix typo in docs
Change-Id: I7cda7d37cdeec52ded3256e62e31a1e95c8b9c43 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--examples/webkitqml/youtubeview/doc/src/youtubeview.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webkitqml/youtubeview/doc/src/youtubeview.qdoc b/examples/webkitqml/youtubeview/doc/src/youtubeview.qdoc
index 8209c05..ed1cdb2 100644
--- a/examples/webkitqml/youtubeview/doc/src/youtubeview.qdoc
+++ b/examples/webkitqml/youtubeview/doc/src/youtubeview.qdoc
@@ -36,7 +36,7 @@
\image youtubeview-example.png
- The applicaiton makes use of an \l{XmlListModel} to query the \l{https://developers.google.com/youtube}{YouTube API}
+ The application makes use of an \l{XmlListModel} to query the \l{https://developers.google.com/youtube}{YouTube API}
for HTML5 video clips and lists thumbnails of the clips in a \l{ListView} at the top. The \l{WebView} loads a local \c player.html file that
embeds a YouTube HTML5 video player using the \l{https://developers.google.com/youtube/iframe_api_reference}{IFrame player API},
which allows to control the YouTube player using JavaScript.