summaryrefslogtreecommitdiff
path: root/spice
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-02-04 18:11:09 +0100
committerAlexander Larsson <alexl@redhat.com>2010-02-04 18:11:09 +0100
commitb49e090269d3f90302c2442986c107c8a5dabb36 (patch)
tree8f602c3bc0dfa84f78faf920114ae0a3f5b29dc2 /spice
parent15359ed2694c5fc924bcda4bf9b6c1898fa58455 (diff)
fix up reames
Diffstat (limited to 'spice')
-rw-r--r--spice/protocol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/spice/protocol.h b/spice/protocol.h
index a644464..5f01a12 100644
--- a/spice/protocol.h
+++ b/spice/protocol.h
@@ -177,7 +177,7 @@ enum {
enum {
SPICE_MSG_INPUTS_INIT = SPICE_MSG_FIRST_AVAIL,
- SPICE_MSG_INPUTS_KEY_MODIFAIERS,
+ SPICE_MSG_INPUTS_KEY_MODIFIERS,
SPICE_MSG_INPUTS_MOUSE_MOTION_ACK = SPICE_MSG_FIRST_AVAIL + 10,
@@ -550,7 +550,7 @@ typedef struct SPICE_ATTR_PACKED SpiceMsgcDisplayInit {
enum {
SPICE_MSGC_INPUTS_KEY_DOWN = SPICE_MSGC_FIRST_AVAIL,
SPICE_MSGC_INPUTS_KEY_UP,
- SPICE_MSGC_INPUTS_KEY_MODIFAIERS,
+ SPICE_MSGC_INPUTS_KEY_MODIFIERS,
SPICE_MSGC_INPUTS_MOUSE_MOTION = SPICE_MSGC_FIRST_AVAIL + 10,
SPICE_MSGC_INPUTS_MOUSE_POSITION,