From 07fd39479bdd6502f7781894be06eb66aaa8ef10 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Thu, 1 Jun 2017 06:56:22 -0400 Subject: core: fix spelling errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes for various minor spelling errors and typos Reported-by: Patrick Matthäi Change-Id: Ic1be36f82e3d822bbdc9559878bd79520fc0fcd5 BUG: 1457808 Signed-off-by: Kaleb S. KEITHLEY Reviewed-on: https://review.gluster.org/17442 NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Niels de Vos Smoke: Gluster Build System --- xlators/mgmt/glusterd/src/glusterd-volume-set.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xlators/mgmt/glusterd/src/glusterd-volume-set.c') diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index caa83b5a184..d42a0ce47e8 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); @@ -3326,7 +3326,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", -- cgit