From 5f4aa8c21d10b25aa1322a96d3bca3c7499075eb Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Sat, 2 Sep 2017 09:09:02 -0400 Subject: glusterd: spelling errors reported by Debian maintainer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: "Patrick Matthäi" master https://review.gluster.org/18185 Change-Id: I0dd6b7d88ddf3c98e8083b75f8dd848babcfd30a BUG: 1494523 Signed-off-by: Kaleb S. KEITHLEY --- xlators/mgmt/glusterd/src/glusterd-geo-rep.c | 2 +- xlators/mgmt/glusterd/src/glusterd-volume-set.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'xlators') diff --git a/xlators/mgmt/glusterd/src/glusterd-geo-rep.c b/xlators/mgmt/glusterd/src/glusterd-geo-rep.c index b3ce6d102f4..93d45163fd7 100644 --- a/xlators/mgmt/glusterd/src/glusterd-geo-rep.c +++ b/xlators/mgmt/glusterd/src/glusterd-geo-rep.c @@ -3615,7 +3615,7 @@ glusterd_op_stage_gsync_set (dict_t *dict, char **op_errstr) "geo-replication start failed", strerror (errno)); snprintf (errmsg, sizeof(errmsg), - "fuse unvailable"); + "fuse unavailable"); ret = -1; goto out; } diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index a147708f63c..14b9e21d1dd 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -253,7 +253,7 @@ validate_tier_thresholds (glusterd_volinfo_t *volinfo, ret = glusterd_volinfo_get_boolean (volinfo, "features.record-counters"); if (ret == -1) { - snprintf (errstr, sizeof (errstr), "Failed to retrive value of" + snprintf (errstr, sizeof (errstr), "Failed to retrieve value of" "features.record-counters from volume info"); goto out; } @@ -273,7 +273,7 @@ validate_tier_thresholds (glusterd_volinfo_t *volinfo, "cluster.read-freq-threshold"); if (current_rt == -1) { snprintf (errstr, sizeof (errstr), - " Failed to retrive value of" + " Failed to retrieve value of" "cluster.read-freq-threshold"); goto out; } @@ -285,7 +285,7 @@ validate_tier_thresholds (glusterd_volinfo_t *volinfo, "cluster.write-freq-threshold"); if (current_wt == -1) { snprintf (errstr, sizeof (errstr), - " Failed to retrive value of" + " Failed to retrieve value of" "cluster.write-freq-threshold"); goto out; } -- cgit