Mercurial > pidgin
diff libpurple/protocols/mxit/protocol.c @ 29960:815bd8b41638
I before E, except after C
| author | Stu Tomlinson <stu@nosnilmot.com> |
|---|---|
| date | Mon, 17 May 2010 01:01:13 +0000 |
| parents | 4232e6b27bea |
| children | cbae3d450db8 |
line wrap: on
line diff
--- a/libpurple/protocols/mxit/protocol.c Mon May 17 00:18:25 2010 +0000 +++ b/libpurple/protocols/mxit/protocol.c Mon May 17 01:01:13 2010 +0000 @@ -1183,7 +1183,7 @@ return; } - set_chunk_type( chunk, CP_CHUNK_RECIEVED ); + set_chunk_type( chunk, CP_CHUNK_RECEIVED ); set_chunk_length( chunk, size ); datalen += MXIT_CHUNK_HEADER_SIZE + size; @@ -1783,7 +1783,7 @@ /* this is a ack for a file send. no action is required */ break; - case CP_CHUNK_RECIEVED : + case CP_CHUNK_RECEIVED : /* this is a ack for a file received. no action is required */ break;
