diff options
author | 2020-02-17 13:20:30 +0100 | |
---|---|---|
committer | 2020-02-17 13:20:45 +0100 | |
commit | edc2d4b2eced864651ed385d57e65b25da3fca2c (patch) | |
tree | 5fc5eb25e4f33c39cf681473ad928a3d7a72600e /src/emu/natkeyboard.cpp | |
parent | 02967e52afd494816370289ddb436218b5b25e26 (diff) |
PG police (nw)
Diffstat (limited to 'src/emu/natkeyboard.cpp')
-rw-r--r-- | src/emu/natkeyboard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/natkeyboard.cpp b/src/emu/natkeyboard.cpp index 14b5e9578b4..29c05730c2f 100644 --- a/src/emu/natkeyboard.cpp +++ b/src/emu/natkeyboard.cpp @@ -638,7 +638,7 @@ void natural_keyboard::build_codes(ioport_manager &manager) { if (!(curshift & ~mask)) { - // fetch the code, ignoring 0 and shiters + // fetch the code, ignoring 0 and shifters std::vector<char32_t> const codes = field.keyboard_codes(curshift); for (char32_t code : codes) { |