diff options
author | Johan Dahlin <johan@gnome.org> | 2004-11-25 12:54:24 +0000 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2004-11-25 12:54:24 +0000 |
commit | 3158c8b5017f2d7e2b5ce574124ae1d13e6d85ae (patch) | |
tree | 594984dcd1aad6b46ddfc88353080edb7ed7c699 | |
parent | 8e1598dce5c15103a710b988a1aa6d10cb27bc12 (diff) | |
download | gst-plugins-bad-3158c8b5017f2d7e2b5ce574124ae1d13e6d85ae.tar.gz gst-plugins-bad-3158c8b5017f2d7e2b5ce574124ae1d13e6d85ae.tar.bz2 gst-plugins-bad-3158c8b5017f2d7e2b5ce574124ae1d13e6d85ae.zip |
Fix another typo in doc string :)
Original commit message from CVS:
Fix another typo in doc string :)
-rw-r--r-- | gst-libs/gst/mixer/mixer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/mixer/mixer.c b/gst-libs/gst/mixer/mixer.c index d73fa70e..158c2ad7 100644 --- a/gst-libs/gst/mixer/mixer.c +++ b/gst-libs/gst/mixer/mixer.c @@ -120,7 +120,7 @@ gst_mixer_class_init (GstMixerClass * klass) * gst_mixer_list_tracks: * @mixer: the #GstMixer (a #GstElement) to get the tracks from. * - * Returns a list of avialable tracks for this mixer/element. Note + * Returns a list of available tracks for this mixer/element. Note * that it is allowed for sink (output) elements to only provide * the output tracks in this list. Likewise, for sources (inputs), * it is allowed to only provide input elements in this list. |