From e0bac48f8fd4cab2ca16328a0b21efeeeafcf98b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zo=C3=AB=20Blade?= Date: Thu, 24 Oct 2019 17:25:49 +0100 Subject: Spelling (#5796) * Tidy up comments * Fix typos * Fix spelling * Tidy * Tidy --- src/emu/softlist_dev.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu') 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, -- cgit v1.2.3