summaryrefslogtreecommitdiff
path: root/src/w32inevt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32inevt.c')
-rw-r--r--src/w32inevt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32inevt.c b/src/w32inevt.c
index 460565d61c5..54d958f1667 100644
--- a/src/w32inevt.c
+++ b/src/w32inevt.c
@@ -154,7 +154,7 @@ w32_kbd_mods_to_emacs (DWORD mods, WORD key)
if (mods & SCROLLLOCK_ON)
retval |= w32_key_to_modifier (VK_SCROLL);
- /* Just in case someone wanted the original behaviour, make it
+ /* Just in case someone wanted the original behavior, make it
optional by setting w32-capslock-is-shiftlock to t. */
if (NILP (Vw32_capslock_is_shiftlock)
/* Keys that should _not_ be affected by CapsLock. */