aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/srconverter/srconverter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Effect/srconverter/srconverter.cpp')
-rw-r--r--src/plugins/Effect/srconverter/srconverter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Effect/srconverter/srconverter.cpp b/src/plugins/Effect/srconverter/srconverter.cpp
index c3d5c215a..885c1dac1 100644
--- a/src/plugins/Effect/srconverter/srconverter.cpp
+++ b/src/plugins/Effect/srconverter/srconverter.cpp
@@ -81,7 +81,7 @@ void SRConverter::applyEffect(Buffer *b)
{
b->nbytes = m_src_data.output_frames_gen * channels() * m_sz; //bytes
- //encrease buffer size
+ //increase buffer size
if(b->nbytes > b->size)
{
delete [] b->data;