summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/natkeyboard.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-02-17 13:20:30 +0100
committer hap <happppp@users.noreply.github.com>2020-02-17 13:20:45 +0100
commitedc2d4b2eced864651ed385d57e65b25da3fca2c (patch)
tree5fc5eb25e4f33c39cf681473ad928a3d7a72600e /src/emu/natkeyboard.cpp
parent02967e52afd494816370289ddb436218b5b25e26 (diff)
PG police (nw)
Diffstat (limited to 'src/emu/natkeyboard.cpp')
-rw-r--r--src/emu/natkeyboard.cpp2
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)
{