emuopts.cpp: Fix typo in comment

This commit is contained in:
AJR 2022-05-03 13:26:39 -04:00
parent 58b88fb8de
commit 961021ba10

View File

@ -528,7 +528,7 @@ void emu_options::update_slot_and_image_options()
if (add_and_remove_slot_options())
changed = true;
// second, we perform an analgous operation with m_image_options
// second, we perform an analogous operation with m_image_options
if (add_and_remove_image_options())
changed = true;