From 796c1af534b17afde2c716d70a8886c5328ce577 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sat, 4 Oct 2008 23:21:25 +0000 Subject: [PATCH] fixed typo git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1740 0778d3d1-df1d-0410-868b-ea421aaaa00d --- src/gui/piano_roll.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/piano_roll.cpp b/src/gui/piano_roll.cpp index 7bb0e9c31..031a9e6b0 100644 --- a/src/gui/piano_roll.cpp +++ b/src/gui/piano_roll.cpp @@ -104,7 +104,7 @@ const int NE_LINE_WIDTH = 3; // key where to start const int INITIAL_START_KEY = Key_C + Octave_3 * KeysPerOctave; -// number of each not to provide in quantization and note lengths +// number of each note to provide in quantization and note lengths const int NUM_EVEN_LENGTHS = 6; const int NUM_TRIPLET_LENGTHS = 5;