Fix another typo in doc string :)

Original commit message from CVS:
Fix another typo in doc string :)
This commit is contained in:
Johan Dahlin 2004-11-25 12:54:24 +00:00
parent 9725bde877
commit f0f4be7e0a
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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.