summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt
diff options
context:
space:
mode:
authorKaleb S. KEITHLEY <kkeithle@redhat.com>2017-06-01 06:56:22 -0400
committerShyamsundar Ranganathan <srangana@redhat.com>2017-06-13 14:34:34 +0000
commitcac435fa282fc1b6be4a09e5869e0181538c9e43 (patch)
tree5bd4d48f56f927acda658bd88812d64153c45a4a /xlators/mgmt
parenta8afcbea56fdf51246c82590899e0853e83424fb (diff)
core: fix spelling errors
fixes for various minor spelling errors and typos master BUG: 1457808 master: https://review.gluster.org/17442 Reported-by: Patrick Matthäi <pmatthaei@debian.org> Change-Id: Ic1be36f82e3d822bbdc9559878bd79520fc0fcd5 BUG: 1459090 Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com> Reviewed-on: https://review.gluster.org/17475 Smoke: Gluster Build System <jenkins@build.gluster.org> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Shyamsundar Ranganathan <srangana@redhat.com>
Diffstat (limited to 'xlators/mgmt')
-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 ef8a1bb8039..b2ad136fa72 100644
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
@@ -583,8 +583,8 @@ validate_defrag_throttle_option (glusterd_volinfo_t *volinfo, dict_t *dict,
} else {
ret = -1;
snprintf (errstr, sizeof (errstr), "%s should be "
- "{lazy|normal|aggressive} or a number upto number of"
- " cores available (cores availble - %ld)", key,
+ "{lazy|normal|aggressive} or a number up to number of"
+ " cores available (cores available - %ld)", key,
cores_available);
gf_msg (this->name, GF_LOG_ERROR, EINVAL,
GD_MSG_INVALID_ENTRY, "%s", errstr);
@@ -3317,7 +3317,7 @@ struct volopt_map_entry glusterd_volopt_map[] = {
.op_version = GD_OP_VERSION_3_11_0,
.description = "enable/disable storing of entries that were lookedup"
" and found to be present in the volume, thus lookup"
- " on non existant file is served from the cache",
+ " on non existent file is served from the cache",
},
{ .key = "performance.nl-cache-limit",
.voltype = "performance/nl-cache",