diff options
author | 2022-05-03 13:26:39 -0400 | |
---|---|---|
committer | 2022-05-03 13:26:39 -0400 | |
commit | 961021ba1022ecb85bf827938bfbb1e23bd0662e (patch) | |
tree | cc066818f0188a1e95b7188d09b9a7b5b9feb3b6 | |
parent | 58b88fb8de92ab9031b0a7b4929ef07a8ac55a84 (diff) |
emuopts.cpp: Fix typo in comment
-rw-r--r-- | src/emu/emuopts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/emuopts.cpp b/src/emu/emuopts.cpp index 8959c00da03..4b6fc39a4f2 100644 --- a/src/emu/emuopts.cpp +++ b/src/emu/emuopts.cpp @@ -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; |