From: Paul Brossier Date: Tue, 25 Mar 2014 16:47:57 +0000 (-0300) Subject: src/pitch/pitchyin.{c,h}: fix typo, developed X-Git-Tag: 0.4.2~86 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=7f0fd1d8ae701132c8f11d2ae1809b815121cdae;p=aubio.git src/pitch/pitchyin.{c,h}: fix typo, developed --- diff --git a/doc/aubiopitch.txt b/doc/aubiopitch.txt index bf9f341e..1fc8205d 100644 --- a/doc/aubiopitch.txt +++ b/doc/aubiopitch.txt @@ -99,7 +99,7 @@ PITCH METHODS 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 diff --git a/src/pitch/pitch.h b/src/pitch/pitch.h index 75ff3992..a7780714 100644 --- a/src/pitch/pitch.h +++ b/src/pitch/pitch.h @@ -73,7 +73,7 @@ extern "C" { \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 diff --git a/src/pitch/pitchyin.c b/src/pitch/pitchyin.c index 725d1d1a..33e9882a 100644 --- 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 diff --git a/src/pitch/pitchyin.h b/src/pitch/pitchyin.h index 2b2a0240..7835673b 100644 --- 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