Fix some typos, and grammar errors.
authorRichard Boulton <richard@tartarus.org>
Fri, 19 Jan 2001 02:10:10 +0000 (02:10 +0000)
committerRichard Boulton <richard@tartarus.org>
Fri, 19 Jan 2001 02:10:10 +0000 (02:10 +0000)
Original commit message from CVS:
Fix some typos, and grammar errors.

docs/manual/pads.sgml
docs/manual/states.sgml

index 947e0ad..8cfaf47 100644 (file)
@@ -41,7 +41,7 @@
     ...
     </programlisting>
     <sect2 id="sec-pads-functions">
-      <title>Usefull pad functions</title>
+      <title>Useful pad functions</title>
       <para> 
         You can get the name of a pad with gst_pad_get_name () and set its name with
        get_pad_set_name();
index e038f85..e3e0999 100644 (file)
     </para>
     <note>
       <para> 
-        The PAUSED state is build for temporarily freezing the pipeline. Elements will typically
-       do not free their resources in the PAUSED state. Use the NULL state if you want to stop
-       the data flow permanantly.
+       The PAUSED state is available for temporarily freezing the pipeline.
+       Elements will typically not free their resources in the PAUSED state.
+       Use the NULL state if you want to stop the data flow permanantly.  
       </para> 
     </note>
     <para>