Merge remote-tracking branch 'origin/master' into 0.11
[platform/upstream/gstreamer.git] / gst-libs / gst / fft / gstfftf32.c
index 8c93dec..89bfc39 100644 (file)
@@ -31,7 +31,7 @@
  *
  * #GstFFTF32 provides a FFT implementation and related functions for
  * 32 bit float samples. To use this call gst_fft_f32_new() for
- * allocating a #GstFFTF32 instance with the appropiate parameters and
+ * allocating a #GstFFTF32 instance with the appropriate parameters and
  * then call gst_fft_f32_fft() or gst_fft_f32_inverse_fft() to perform the
  * FFT or inverse FFT on a buffer of samples.
  *