From: Tim-Philipp Müller Date: Sat, 28 Oct 2006 16:00:51 +0000 (+0000) Subject: gst/audioresample/gstaudioresample.c: Another typo fix (#366212). X-Git-Tag: 1.19.3~507^2~21326 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ffdbb0d7ae6c1d78933bc3227508c9fcdfdc624;p=platform%2Fupstream%2Fgstreamer.git gst/audioresample/gstaudioresample.c: Another typo fix (#366212). Original commit message from CVS: * gst/audioresample/gstaudioresample.c: (gst_audioresample_init): Another typo fix (#366212). --- diff --git a/gst/audioresample/gstaudioresample.c b/gst/audioresample/gstaudioresample.c index 5954b2b..e520636 100644 --- a/gst/audioresample/gstaudioresample.c +++ b/gst/audioresample/gstaudioresample.c @@ -190,7 +190,7 @@ gst_audioresample_init (GstAudioresample * audioresample, trans = GST_BASE_TRANSFORM (audioresample); /* buffer alloc passthrough is too impossible. FIXME, it - * is trivial in the passtrough case. */ + * is trivial in the passthrough case. */ gst_pad_set_bufferalloc_function (trans->sinkpad, NULL); audioresample->filter_length = DEFAULT_FILTERLEN;