From 8b07fa98b9cae496fc72051dde84311a66a57b00 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 12 Mar 2017 14:32:01 +0100 Subject: [PATCH] src/synth/sampler.h: fix typo --- src/synth/sampler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/synth/sampler.h b/src/synth/sampler.h index 9d1465ac..39dcd133 100644 --- a/src/synth/sampler.h +++ b/src/synth/sampler.h @@ -110,7 +110,7 @@ void aubio_sampler_do ( aubio_sampler_t * o, fvec_t * output, uint_t *read); \param o sampler, created by new_aubio_sampler() \param output output of the sampler - This function is indentical to aubio_sampler_do(), but for a multi-channel source. + This function is identical to aubio_sampler_do(), but for a multi-channel source. */ void aubio_sampler_do_multi ( aubio_sampler_t * o, fmat_t * output, uint_t *read); -- 2.11.0