Typo.
authorDavid Robillard <d@drobilla.net>
Sat, 3 May 2008 07:26:16 +0000 (07:26 +0000)
committerDavid Robillard <d@drobilla.net>
Sat, 3 May 2008 07:26:16 +0000 (07:26 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@3310 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/midi_model.cc

index b2fe90c0195c32be2109b37bf3bb1fc39cea2396..659e4183fad86033c72371c67df0f3c293c68f19 100644 (file)
@@ -870,7 +870,7 @@ bool MidiModel::write_to(boost::shared_ptr<MidiSource> source) {
 
        MidiEvents events(comp);
 
-       /* Why sort manyally, when a priority queue does the job for us,
+       /* Why sort manually, when a priority queue does the job for us,
         * (I am probably wrong here, but I needed that to test program
         * change code quickly) ???
         *      */