summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorZaheer Abbas Merali <zaheerabbas@merali.org>2004-07-15 22:39:45 +0000
committerZaheer Abbas Merali <zaheerabbas@merali.org>2004-07-15 22:39:45 +0000
commit941872a20e86aad5022d9cec9ed1cb8675f14fb4 (patch)
treea32fbdaa5af2057771d4e58e16ff5c61782b6c0b /docs
parent76f329603c6d4c26883d9da0043782a00d0171d9 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/pads-api.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/pads-api.xml b/docs/manual/pads-api.xml
index f7af5f9aa..8dfe58cb6 100644
--- a/docs/manual/pads-api.xml
+++ b/docs/manual/pads-api.xml
@@ -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>