From: David Robillard Date: Sat, 3 May 2008 07:26:16 +0000 (+0000) Subject: Typo. X-Git-Tag: 3.0-alpha5~4254 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=a7ec072ce4e9b89e899312423a23f69c84e5b48e;p=ardour.git Typo. git-svn-id: svn://localhost/ardour2/branches/3.0@3310 d708f5d6-7413-0410-9779-e7cbd77b26cf --- diff --git a/libs/ardour/midi_model.cc b/libs/ardour/midi_model.cc index b2fe90c019..659e4183fa 100644 --- a/libs/ardour/midi_model.cc +++ b/libs/ardour/midi_model.cc @@ -870,7 +870,7 @@ bool MidiModel::write_to(boost::shared_ptr 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) ??? * */