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/features/quota/src/quota-enforcer-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/features') diff --git a/xlators/features/quota/src/quota-enforcer-client.c b/xlators/features/quota/src/quota-enforcer-client.c index 6f36c081dbc..8011bacdf8c 100644 --- a/xlators/features/quota/src/quota-enforcer-client.c +++ b/xlators/features/quota/src/quota-enforcer-client.c @@ -199,7 +199,7 @@ out: if (priv->quotad_conn_status == 0) { /* retry connecting after 5secs for 12 retries - * (upto 60sec). + * (up to 60sec). */ gf_log (this->name, GF_LOG_DEBUG, "retry connecting to " "quotad (retry count %d)", -- cgit