From 659499478eb03d7f7cba6c4363f97b379b7adc3b Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 7 Jul 2011 20:03:11 +0200 Subject: client: s/recive/receive --- client/red_peer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/red_peer.h') diff --git a/client/red_peer.h b/client/red_peer.h index 7e3428bd..0279f0d3 100644 --- a/client/red_peer.h +++ b/client/red_peer.h @@ -110,11 +110,11 @@ public: void close(); void enable() { _shut = false;} - virtual CompoundInMessage* recive(); + virtual CompoundInMessage* receive(); uint32_t do_send(OutMessage& message, uint32_t skip_bytes); uint32_t send(OutMessage& message); - uint32_t recive(uint8_t* buf, uint32_t size); + uint32_t receive(uint8_t* buf, uint32_t size); uint32_t send(uint8_t* buf, uint32_t size); protected: -- cgit