From 6167c66758de454284560474f3b4a893d8a69965 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 18 Mar 2011 00:41:08 +0000 Subject: spelling errors fixed across the code base recieve -> receive maintainence -> maintenance verison -> version commited -> committed Signed-off-by: Amar Tumballi Signed-off-by: Vijay Bellur BUG: 2262 (Spelling errors in source) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2262 --- rpc/rpc-transport/rdma/src/rdma.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rpc/rpc-transport/rdma') diff --git a/rpc/rpc-transport/rdma/src/rdma.c b/rpc/rpc-transport/rdma/src/rdma.c index 177730f65..7d2bfc0ad 100644 --- a/rpc/rpc-transport/rdma/src/rdma.c +++ b/rpc/rpc-transport/rdma/src/rdma.c @@ -2866,14 +2866,14 @@ rdma_decode_header (rdma_peer_t *peer, rdma_post_t *post, case RDMA_MSGP: gf_log (RDMA_LOG_NAME, GF_LOG_ERROR, "rdma msg of msg-type RDMA_MSGP should not have been " - "recieved"); + "received"); ret = -1; break; case RDMA_DONE: gf_log (RDMA_LOG_NAME, GF_LOG_ERROR, "rdma msg of msg-type RDMA_DONE should not have been " - "recieved"); + "received"); ret = -1; break; @@ -3042,7 +3042,7 @@ rdma_pollin_notify (rdma_peer_t *peer, rdma_post_t *post) } /* handling the case where both hdr and payload of - * GF_FOP_READ_CBK were recieved in a single iobuf + * GF_FOP_READ_CBK were received in a single iobuf * because of server sending entire msg as inline without * doing rdma writes. */ -- cgit