summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-transport/rdma
diff options
context:
space:
mode:
authorNiels de Vos <ndevos@redhat.com>2014-04-17 12:07:04 +0200
committerVijay Bellur <vbellur@redhat.com>2014-04-17 15:06:05 -0700
commit580ac71d3b91a10c3264eddc7600dd75dfb0ad88 (patch)
tree508d494c7f44d78333bb95850e948aa590fe5124 /rpc/rpc-transport/rdma
parent02ac5fa4b5ed4c1cb531724c85ff10c83f221541 (diff)
rdma: correct some spelling mistakes
Change-Id: Ib7018aa8a79d36ab942516457a79039cb3e67355 BUG: 1088849 Reported-by: Patrick Matthäi <pmatthaei@debian.org> Signed-off-by: Niels de Vos <ndevos@redhat.com> Reviewed-on: http://review.gluster.org/7498 Reviewed-by: Vikhyat Umrao <vumrao@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'rpc/rpc-transport/rdma')
-rw-r--r--rpc/rpc-transport/rdma/src/rdma.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/rpc/rpc-transport/rdma/src/rdma.c b/rpc/rpc-transport/rdma/src/rdma.c
index c09067230..701abdba7 100644
--- a/rpc/rpc-transport/rdma/src/rdma.c
+++ b/rpc/rpc-transport/rdma/src/rdma.c
@@ -997,7 +997,7 @@ gf_rdma_cm_handle_event_established (struct rdma_cm_event *event)
}
gf_log (this->name, GF_LOG_TRACE,
- "recieved event RDMA_CM_EVENT_ESTABLISHED (me:%s peer:%s)",
+ "received event RDMA_CM_EVENT_ESTABLISHED (me:%s peer:%s)",
this->myinfo.identifier, this->peerinfo.identifier);
return ret;
@@ -1085,7 +1085,7 @@ gf_rdma_cm_event_handler (void *data)
this = event->id->context;
gf_log (this->name, GF_LOG_DEBUG,
- "recieved disconnect (me:%s peer:%s)\n",
+ "received disconnect (me:%s peer:%s)\n",
this->myinfo.identifier,
this->peerinfo.identifier);
@@ -3775,12 +3775,12 @@ gf_rdma_async_event_thread (void *context)
switch (event.event_type) {
case IBV_EVENT_SRQ_LIMIT_REACHED:
gf_log (GF_RDMA_LOG_NAME, GF_LOG_WARNING,
- "recieved srq_limit reached");
+ "received srq_limit reached");
break;
default:
gf_log (GF_RDMA_LOG_NAME, GF_LOG_DEBUG,
- "event (%d) recieved", event.event_type);
+ "event (%d) received", event.event_type);
break;
}