From 9909146c599541ce463c45cfc9eedad50b91931f Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 9 Feb 2024 14:26:02 -0500 Subject: [PATCH] Fix typo. --- Outputs/Speaker/Implementation/BufferSource.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;