summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-volume-set.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-volume-set.c')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-volume-set.c6
1 files changed, 3 insertions, 3 deletions
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;
}