diff options
author | 2019-10-24 17:25:49 +0100 | |
---|---|---|
committer | 2019-10-24 12:25:49 -0400 | |
commit | e0bac48f8fd4cab2ca16328a0b21efeeeafcf98b (patch) | |
tree | 2490844017e1e6c82c1010c67460dc0e70ffb859 /src/emu/softlist_dev.cpp | |
parent | be841b861c4aa9ee8a092497060d50a39a52a357 (diff) |
Spelling (#5796)
* Tidy up comments
* Fix typos
* Fix spelling
* Tidy
* Tidy
Diffstat (limited to 'src/emu/softlist_dev.cpp')
-rw-r--r-- | src/emu/softlist_dev.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/softlist_dev.cpp b/src/emu/softlist_dev.cpp index 015c8f13a6a..2c30be8b906 100644 --- a/src/emu/softlist_dev.cpp +++ b/src/emu/softlist_dev.cpp @@ -384,7 +384,7 @@ device_image_interface *software_list_device::find_mountable_image(const machine // When softlists were refactored in MAME 0.183, this was changed to build a "plan" for what needs to be loaded, so // it was incorrect to check the image slot. This is why an overload for find_mountable_image() was created that // takes an std::function. This overload is being preserved for compatibility with existing code, but I regard the - // continued existance of this overload is a red flag. + // continued existence of this overload as a red flag. return find_mountable_image( mconfig, part, |