diff options
author | Johan Dahlin <johan@gnome.org> | 2004-11-25 12:52:24 +0000 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2004-11-25 12:52:24 +0000 |
commit | 452aa9abd4080ff16ab6d4cb632d5082e4a35c55 (patch) | |
tree | bb7c0a45907bc202eadb05edb591191ad1162702 /gst-libs | |
parent | c20446077a71ab46f36151d93dcfdbb98a37e79d (diff) |
Fix typo in doc string
Original commit message from CVS:
Fix typo in doc string
Diffstat (limited to 'gst-libs')
-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 ff8d5367..d73fa70e 100644 --- a/gst-libs/gst/mixer/mixer.c +++ b/gst-libs/gst/mixer/mixer.c @@ -117,7 +117,7 @@ gst_mixer_class_init (GstMixerClass * klass) } /** - *agst_mixer_list_tracks: + * 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 |