From d08ee592e35d326998eab994c9788a32ce5b2244 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 7 Jul 2015 17:29:41 +0000 Subject: fixed typo git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5239 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Effect/srconverter/srconverter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3-13-gbd6f