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:
Tobias Doerffel
2010-01-25 23:22:16 +01:00
parent 1ad1c99e35
commit 7c16094811
66 changed files with 139 additions and 139 deletions

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>