summaryrefslogtreecommitdiff
path: root/gst-libs/gst/fft/gstffts16.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/fft/gstffts16.c')
-rw-r--r--gst-libs/gst/fft/gstffts16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/fft/gstffts16.c b/gst-libs/gst/fft/gstffts16.c
index 212e93f1d..a204aaa65 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.
*