Doc: fix two typos
authorZhang Xingtao <zhxt@ovi.com>
Tue, 25 Mar 2014 15:22:57 +0000 (23:22 +0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 26 Mar 2014 07:20:01 +0000 (08:20 +0100)
Change-Id: I5f417384ce75d8dc2063f92d0116f516f261e4aa
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
src/imports/multimedia/qdeclarativeaudio.cpp
src/imports/multimedia/qdeclarativecamerarecorder.cpp

index 589c45d..16828a4 100644 (file)
@@ -1188,7 +1188,7 @@ void QDeclarativeAudio::_q_statusChanged()
         }
 
         VideoOutput {
-            anchors: parent.fill
+            anchors.fill: parent
             source: mediaplayer
         }
 
index 0f40046..896470b 100644 (file)
@@ -58,7 +58,7 @@ QT_BEGIN_NAMESPACE
     settings and metadata for videos.
 
     It should not be constructed separately, instead the
-    \c videRecorder property of a \l Camera should be used.
+    \c videoRecorder property of a \l Camera should be used.
 
     \qml
     Camera {