ref: bb941e9f4eaa09a162a02d884c3f00d8f0574b83
parent: acf2b9b406828ee4647994ed92d1d72fa58239ac
author: Paul Brossier <piem@piem.org>
date: Tue Mar 25 09:47:57 EDT 2014
src/pitch/pitchyin.{c,h}: fix typo, developed
--- a/doc/aubiopitch.txt
+++ b/doc/aubiopitch.txt
@@ -99,7 +99,7 @@
yin YIN algorithm
- This algorithm was developped by A. de Cheveigne and H. Kawahara and
+ This algorithm was developed by A. de Cheveigne and H. Kawahara and
was first published in:
De Cheveigné, A., Kawahara, H. (2002) "YIN, a fundamental frequency
--- a/src/pitch/pitch.h
+++ b/src/pitch/pitch.h
@@ -73,7 +73,7 @@
\b \p yin : YIN algorithm
- This algorithm was developped by A. de Cheveigne and H. Kawahara and
+ This algorithm was developed by A. de Cheveigne and H. Kawahara and
published in:
De Cheveigné, A., Kawahara, H. (2002) "YIN, a fundamental frequency
--- a/src/pitch/pitchyin.c
+++ b/src/pitch/pitchyin.c
@@ -18,7 +18,7 @@
*/
-/* This algorithm was developped by A. de Cheveigné and H. Kawahara and
+/* This algorithm was developed by A. de Cheveigné and H. Kawahara and
* published in:
*
* de Cheveigné, A., Kawahara, H. (2002) "YIN, a fundamental frequency
--- a/src/pitch/pitchyin.h
+++ b/src/pitch/pitchyin.h
@@ -22,7 +22,7 @@
Pitch detection using the YIN algorithm
- This algorithm was developped by A. de Cheveigne and H. Kawahara and
+ This algorithm was developed by A. de Cheveigne and H. Kawahara and
published in:
De Cheveigné, A., Kawahara, H. (2002) "YIN, a fundamental frequency
--
⑨