Fix another typo in doc string :)
authorJohan Dahlin <johan@gnome.org>
Thu, 25 Nov 2004 12:54:24 +0000 (12:54 +0000)
committerJohan Dahlin <johan@gnome.org>
Thu, 25 Nov 2004 12:54:24 +0000 (12:54 +0000)
Original commit message from CVS:
Fix another typo in doc string :)

gst-libs/gst/mixer/mixer.c

index d73fa70..158c2ad 100644 (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.