diff --git a/src/gui/effectList.cpp b/src/gui/effectList.cpp index 26bea5a12..d9d9a6ecf 100644 --- a/src/gui/effectList.cpp +++ b/src/gui/effectList.cpp @@ -43,7 +43,7 @@ void FurnaceGUI::drawEffectList() { // ImGui::SameLine(); ImGui::Checkbox("System (secondary)",&effectShowSysSecondary); // ImGui::SameLine(); - ImGui::Checkbox("Miscellanious",&effectShowMisc); + ImGui::Checkbox("Miscellaneous",&effectShowMisc); ImGui::TreePop(); } effectShowAll = effectShowMisc && effectShowPanning && effectShowPitch && effectShowVolume && effectShowSong && effectShowTime && effectShowSpeed && effectShowSysPrimary && effectShowSysSecondary;