[Gluster-devel] Spelling error patch for 3.4.x

Patrick Matthäi pmatthaei at debian.org
Wed Aug 14 09:07:42 UTC 2013


Hello,

could you please apply the attached patch? Thanks!

-- 
/*
Mit freundlichem Gruß / With kind regards,
  Patrick Matthäi
  GNU/Linux Debian Developer

   Blog: http://www.linux-dev.org/
E-Mail: pmatthaei at debian.org
         patrick at linux-dev.org
*/
-------------- next part --------------
# Fix spelling error.

diff -Naur glusterfs-3.4.0.orig/xlators/mgmt/glusterd/src/glusterd-store.c glusterfs-3.4.0/xlators/mgmt/glusterd/src/glusterd-store.c
--- glusterfs-3.4.0.orig/xlators/mgmt/glusterd/src/glusterd-store.c	2013-07-12 19:43:26.000000000 +0200
+++ glusterfs-3.4.0/xlators/mgmt/glusterd/src/glusterd-store.c	2013-07-18 13:41:51.916310300 +0200
@@ -1319,7 +1319,7 @@
                 if ((op_version < GD_OP_VERSION_MIN) ||
                     (op_version > GD_OP_VERSION_MAX)) {
                         gf_log (this->name, GF_LOG_ERROR,
-                                "wrong op-version (%d) retreived", op_version);
+                                "wrong op-version (%d) retrieved", op_version);
                         ret = -1;
                         goto out;
                 }
diff -Naur glusterfs-3.4.0.orig/rpc/rpc-transport/rdma/src/rdma.c glusterfs-3.4.0/rpc/rpc-transport/rdma/src/rdma.c
--- glusterfs-3.4.0.orig/rpc/rpc-transport/rdma/src/rdma.c	2013-07-12 19:43:26.000000000 +0200
+++ glusterfs-3.4.0/rpc/rpc-transport/rdma/src/rdma.c	2013-07-23 13:52:15.357077244 +0200
@@ -1000,7 +1000,7 @@
         }
 
         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;
@@ -1088,7 +1088,7 @@
                         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);
 
@@ -3778,12 +3778,12 @@
                 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;
                 }
 


More information about the Gluster-devel mailing list