diff options
author | Matthew Hoops | 2008-09-03 21:37:19 +0000 |
---|---|---|
committer | Matthew Hoops | 2008-09-03 21:37:19 +0000 |
commit | 9cb70f6ba73623b934b43c3f4c8d17553e6215d2 (patch) | |
tree | 88d4b07d7cf602a227dec735775879839a47da17 /common/keyboard.h | |
parent | 6601e6ae7c7374cabd4dec7eba03cc2ab07393aa (diff) | |
download | scummvm-rg350-9cb70f6ba73623b934b43c3f4c8d17553e6215d2.tar.gz scummvm-rg350-9cb70f6ba73623b934b43c3f4c8d17553e6215d2.tar.bz2 scummvm-rg350-9cb70f6ba73623b934b43c3f4c8d17553e6215d2.zip |
correct a typo (thanks to salty-horse)
svn-id: r34320
Diffstat (limited to 'common/keyboard.h')
-rw-r--r-- | common/keyboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/keyboard.h b/common/keyboard.h index 93579cbed6..9b6558dbff 100644 --- a/common/keyboard.h +++ b/common/keyboard.h @@ -182,7 +182,7 @@ enum KeyCode { }; /** - * List of certan special and some fake 'ascii' values used in keyboard events. + * List of certain special and some fake 'ascii' values used in keyboard events. * The values for the function keys listed here are based on what certain SCUMM * games expect in their scripts. * @todo Get rid of the function key values, and instead enforce that engines use |