summaryrefslogtreecommitdiffstats
path: root/server/reds-private.h
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2013-10-02 18:42:49 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2013-10-08 19:07:42 +0200
commitdf96538e1fc3518174333e29e7041877fc9d0ecc (patch)
treec4a3548e85390abc6136996fbc3a212ec1e1fe20 /server/reds-private.h
parent394fd0e6b76a8b4b0662d4445b4f961fa5798e74 (diff)
downloadspice-df96538e1fc3518174333e29e7041877fc9d0ecc.tar.gz
spice-df96538e1fc3518174333e29e7041877fc9d0ecc.tar.xz
spice-df96538e1fc3518174333e29e7041877fc9d0ecc.zip
Fix 'recive' typo throughout the code base
'receive' was mispelt 'recive' in multiple places.
Diffstat (limited to 'server/reds-private.h')
-rw-r--r--server/reds-private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/reds-private.h b/server/reds-private.h
index 9358d27c..ee09e7cd 100644
--- a/server/reds-private.h
+++ b/server/reds-private.h
@@ -57,9 +57,9 @@ typedef struct VDIPortState {
/* read from agent */
Ring read_bufs;
uint32_t read_state;
- uint32_t message_recive_len;
- uint8_t *recive_pos;
- uint32_t recive_len;
+ uint32_t message_receive_len;
+ uint8_t *receive_pos;
+ uint32_t receive_len;
VDIReadBuf *current_read_buf;
AgentMsgFilter read_filter;