diff --git a/Outputs/Speaker/Implementation/BufferSource.hpp b/Outputs/Speaker/Implementation/BufferSource.hpp index e212e2ef8..f493ea338 100644 --- a/Outputs/Speaker/Implementation/BufferSource.hpp +++ b/Outputs/Speaker/Implementation/BufferSource.hpp @@ -86,7 +86,7 @@ struct SampleSource: public BufferSource { } else { std::size_t c = 0; - // Fill in the tail of any pa3rtially-captured level. + // Fill in the tail of any partially-captured level. auto level = source.level(); while(c < number_of_samples && master_divider_ != divider) { target[c] = level;