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) ??? * */