Fix some typos, and grammar errors.

Original commit message from CVS:
Fix some typos, and grammar errors.
This commit is contained in:
Richard Boulton 2001-01-19 02:10:10 +00:00
parent b27f8d7c31
commit 52713dac28
2 changed files with 4 additions and 4 deletions

View 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();

View file

@ -145,9 +145,9 @@
</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>