X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst-libs%2Fgst%2Ffft%2Fgstffts16.c;h=5aeea68d9cd043184c149b33ca4187423f90116a;hb=177525f89f6a93d12c7d69a39e198e888140fb5b;hp=729e3542297a100af7aaf4cc34b3d962333e771e;hpb=ec0d3566bf15b6daa18f0df01b044b7cecfd9e45;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst-libs/gst/fft/gstffts16.c b/gst-libs/gst/fft/gstffts16.c index 729e354..5aeea68 100644 --- a/gst-libs/gst/fft/gstffts16.c +++ b/gst-libs/gst/fft/gstffts16.c @@ -31,7 +31,7 @@ * * #GstFFTS16 provides a FFT implementation and related functions for * signed 16 bit integer samples. To use this call gst_fft_s16_new() for - * allocating a #GstFFTS16 instance with the appropiate parameters and + * allocating a #GstFFTS16 instance with the appropriate parameters and * then call gst_fft_s16_fft() or gst_fft_s16_inverse_fft() to perform the * FFT or inverse FFT on a buffer of samples. *