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.
This commit is contained in:
Tobias Doerffel
2010-01-25 23:22:16 +01:00
parent c8a444d026
commit 9fd3dacb67
67 changed files with 140 additions and 140 deletions

View File

@@ -193,7 +193,7 @@ public:
*
* When working with buffer sizes greater than the default buffer size, one
* big output buffer is still splitted into smaller chunks. This is
* especially neccessary for automation which takes place once a buffer
* especially necessary for automation which takes place once a buffer
* period. Transitions would be anything else but smooth when adjusting a
* control just 20 times per second. BufferFifo handles the queueing of
* rendered buffers. */

View File

@@ -172,7 +172,7 @@ private:
const MidiPort * _port );
// small helper function returning length of a certain event - this
// is neccessary for parsing raw-MIDI-data
// is necessary for parsing raw-MIDI-data
static Uint8 eventLength( const Uint8 _event );

View File

@@ -1,5 +1,5 @@
/*
* track.h - declaration of classes concerning tracks -> neccessary for all
* track.h - declaration of classes concerning tracks -> necessary for all
* track-like objects (beat/bassline, sample-track...)
*
* Copyright (c) 2004-2009 Tobias Doerffel <tobydox/at/users.sourceforge.net>