pwg: fix a few typos
authorAndrzej Bieniek <andyhelp@gmail.com>
Sat, 1 Jun 2013 12:22:22 +0000 (13:22 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 1 Jun 2013 19:10:37 +0000 (20:10 +0100)
docs/pwg/advanced-dparams.xml
docs/pwg/advanced-qos.xml
docs/pwg/appendix-checklist.xml

index 8a196c2..4d78c30 100644 (file)
@@ -45,7 +45,7 @@
   }
   </programlisting>
   <para>
-    It makes not sense for all GObject parameter to be real-time controlled.
+    It makes no sense for all GObject parameter to be real-time controlled.
     Therefore the next step is to mark controllable parameters.
     This is done by using the special flag <constant>GST_PARAM_CONTROLLABLE</constant>.
     when setting up GObject params in the <function>_class_init</function> method.    
index a6561bc..36ddf31 100644 (file)
       <title>Long term correction</title>
       <para>
         Long term corrections are a bit more difficult to perform. They
-        rely on the value of the propertion in the QOS event. Elements should
+        rely on the value of the proportion in the QOS event. Elements should
         reduce the amount of resources they comsume by the proportion 
         field in the QoS message.
       </para>
index 336d3da..bd118c4 100644 (file)
@@ -31,7 +31,7 @@
           element that goes from <classname>PAUSED</classname> to
           <classname>READY</classname> and back to
           <classname>PAUSED</classname> should start reading the
-          stream from he start again.
+          stream from the start again.
         </para>
       </listitem>
       <listitem>