From 727f2ebc84b6a3e6db6223ed8f5584d5cbbddbf6 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Mon, 17 Oct 2016 13:20:09 +0200 Subject: trivial: correct some spelling mistakes in comments and logs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BUG: 1385593 Change-Id: Icfae9e557a284182c6c22e9606fdd641528906f0 Reported-by: Patrick Matthäi Signed-off-by: Niels de Vos Reviewed-on: http://review.gluster.org/15656 NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Atin Mukherjee Reviewed-by: jiffin tony Thottan Reviewed-by: Kotresh HR Smoke: Gluster Build System --- xlators/mgmt/glusterd/src/glusterd-rpc-ops.c | 2 +- xlators/mgmt/glusterd/src/glusterd-store.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xlators/mgmt/glusterd/src') diff --git a/xlators/mgmt/glusterd/src/glusterd-rpc-ops.c b/xlators/mgmt/glusterd/src/glusterd-rpc-ops.c index f9e76f3fad5..ef5b95273a5 100644 --- a/xlators/mgmt/glusterd/src/glusterd-rpc-ops.c +++ b/xlators/mgmt/glusterd/src/glusterd-rpc-ops.c @@ -682,7 +682,7 @@ __glusterd_friend_update_cbk (struct rpc_req *req, struct iovec *iov, if (ret < 0) { gf_msg (this->name, GF_LOG_ERROR, 0, GD_MSG_RES_DECODE_FAIL, "Failed to serialize friend" - " update repsonse"); + " update response"); goto out; } diff --git a/xlators/mgmt/glusterd/src/glusterd-store.c b/xlators/mgmt/glusterd/src/glusterd-store.c index b529e039c97..121c73f62f5 100644 --- a/xlators/mgmt/glusterd/src/glusterd-store.c +++ b/xlators/mgmt/glusterd/src/glusterd-store.c @@ -3155,7 +3155,7 @@ glusterd_store_retrieve_volumes (xlator_t *this, glusterd_snap_t *snap) } if (!S_ISDIR (st.st_mode)) { - gf_msg_debug (this->name, 0, "%s is not a vaild volume" + gf_msg_debug (this->name, 0, "%s is not a valid volume" , entry->d_name); goto next; } -- cgit