mirror of
https://github.com/LMMS/lmms.git
synced 2026-07-11 14:16:14 -04:00
Fixed spelling errors
Fixed some spelling errors found by Lintian while checking the Debian
package of LMMS. Thanks to Patrick Winnertz for pointing out this issue.
(cherry picked from commit 9fd3dacb67)
This commit is contained in:
@@ -124,7 +124,7 @@ bool PeakControllerEffect::processAudioBuffer( sampleFrame * _buf,
|
||||
extern "C"
|
||||
{
|
||||
|
||||
// neccessary for getting instance out of shared lib
|
||||
// necessary for getting instance out of shared lib
|
||||
Plugin * PLUGIN_EXPORT lmms_plugin_main( Model * _parent, void * _data )
|
||||
{
|
||||
return new PeakControllerEffect( _parent,
|
||||
|
||||
Reference in New Issue
Block a user