Skip to content

Commit

Permalink
one more typo fix
Browse files Browse the repository at this point in the history
overall this PR closes #558
  • Loading branch information
esaruoho authored Feb 10, 2019
1 parent 4b35fac commit c44d50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/gui/SurgeGUIEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@ int32_t SurgeGUIEditor::controlModifierClicked(CControl* control, CButtonState b

contextMenu->addEntry("-", eid++);

// Construct submenus for expicit controller mapping
// Construct submenus for explicit controller mapping
COptionMenu *midiSub = new COptionMenu(menuRect, 0, 0, 0, 0, VSTGUI::COptionMenu::kNoDrawStyle);
COptionMenu *currentSub;
for( int mc = 0; mc < 128; ++mc )
Expand Down

0 comments on commit c44d50d

Please sign in to comment.