summaryrefslogtreecommitdiffstats
path: root/src/imports/multimedia/Video.qml
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2013-03-31 20:45:31 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-10 13:20:46 +0200
commitab54cc46c6eb52163ea1735cc252815172be3a6a (patch)
tree4eaf5f8273327ce72339ebb1b3a6336f342d9d00 /src/imports/multimedia/Video.qml
parent03ae7a5b7d6956ab8de2d7f3d05b9cc00e70f69b (diff)
Doc: Fix minor typos
Task-number: QTWEBSITE-514 Change-Id: Ie8f3689d18d15fd0e88e0ada4a745d9994d9c2ae Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/imports/multimedia/Video.qml')
-rw-r--r--src/imports/multimedia/Video.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/multimedia/Video.qml b/src/imports/multimedia/Video.qml
index c379c1227..f65054cda 100644
--- a/src/imports/multimedia/Video.qml
+++ b/src/imports/multimedia/Video.qml
@@ -113,12 +113,12 @@ Item {
\li VideoOutput.Stretch - the video is scaled to fit
\li VideoOutput.PreserveAspectFit - the video is scaled uniformly to fit without
cropping
- \li VideoOuput.PreserveAspectCrop - the video is scaled uniformly to fill, cropping
+ \li VideoOutput.PreserveAspectCrop - the video is scaled uniformly to fill, cropping
if necessary
\endlist
Because this type is for convenience in QML, it does not
- support enumerations directly, so enumerations from \c VideoOuput are
+ support enumerations directly, so enumerations from \c VideoOutput are
used to access the available fill modes.
The default fill mode is preserveAspectFit.