docs/manual/pads-api.xml: typo + grammar fix

Original commit message from CVS:
2004-07-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>

* docs/manual/pads-api.xml: typo + grammar fix
This commit is contained in:
Zaheer Abbas Merali 2004-07-15 22:39:45 +00:00
parent 76f329603c
commit 941872a20e
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* docs/manual/pads-api.xml: typo + grammar fix
2004-07-15 Thomas Vander Stichele <thomas at apestaart dot org>
* docs/gst/gstreamer-sections.txt:

View file

@ -185,7 +185,7 @@ struct _GstCaps {
While capabilities are mainly used inside a plugin to describe the
media type of the pads, the application programmer also has to have
basic understanding of capabilities in order to interface with the
plugins, specially when using the autopluggers.
plugins, especially when using the autopluggers.
</para>
<para>
As we said, a capability has a name, a mime-type and some
@ -249,7 +249,7 @@ GstProps* gst_props_new (const gchar *firstname, ...);
</listitem>
<listitem>
<para>
GST_PROPS_FLOAT_RANGE(a,b): A float ragne from a to b
GST_PROPS_FLOAT_RANGE(a,b): A float range from a to b
</para>
</listitem>
</itemizedlist>