summaryrefslogtreecommitdiff
path: root/src/qcommon/qcommon.h
diff options
context:
space:
mode:
authorZack Middleton <zturtleman@gmail.com>2012-06-18 16:32:03 +0000
committerTim Angus <tim@ngus.net>2013-01-12 20:32:29 +0000
commit1d94de45354ebb309ecba126a2c5a4a648bdaf3f (patch)
treed545ec1482cd1a3d8dacb55e629e6ccdce35e9a5 /src/qcommon/qcommon.h
parent3a8f5c5225a6eefb1613f082c078670c643cc7e8 (diff)
REFACTOR [reletive -> relative]
From /dev/humancontroller.
Diffstat (limited to 'src/qcommon/qcommon.h')
-rw-r--r--src/qcommon/qcommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h
index 838087b7..868bf43a 100644
--- a/src/qcommon/qcommon.h
+++ b/src/qcommon/qcommon.h
@@ -771,7 +771,7 @@ typedef enum {
SE_NONE = 0, // evTime is still valid
SE_KEY, // evValue is a key code, evValue2 is the down flag
SE_CHAR, // evValue is an ascii char
- SE_MOUSE, // evValue and evValue2 are reletive signed x / y moves
+ SE_MOUSE, // evValue and evValue2 are relative signed x / y moves
SE_JOYSTICK_AXIS, // evValue is an axis number and evValue2 is the current state (-127 to 127)
SE_CONSOLE // evPtr is a char*
} sysEventType_t;