From 138935bf8d4b37e094c08eea7a20efc0553e9694 Mon Sep 17 00:00:00 2001 From: Kaleb S KEITHLEY Date: Tue, 17 May 2016 09:22:43 -0400 Subject: core: assorted typos and spelling mistakes reported by Debian lintian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also missing bang (!) in #!/bin/bash in shell scripts. Change-Id: I567a4be8f0f31f6285550f243fe802895f6bc43b BUG: 1336793 Reported-by: Patrick Matthäi Signed-off-by: Kaleb S KEITHLEY Reviewed-on: http://review.gluster.org/14398 NetBSD-regression: NetBSD Build System Reviewed-by: Niels de Vos Smoke: Gluster Build System Reviewed-by: Kotresh HR CentOS-regression: Gluster Build System --- xlators/features/changetimerecorder/src/changetimerecorder.c | 2 +- xlators/features/changetimerecorder/src/ctr-xlator-ctx.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'xlators/features/changetimerecorder') diff --git a/xlators/features/changetimerecorder/src/changetimerecorder.c b/xlators/features/changetimerecorder/src/changetimerecorder.c index d339189edb8..95ce08fea2b 100644 --- a/xlators/features/changetimerecorder/src/changetimerecorder.c +++ b/xlators/features/changetimerecorder/src/changetimerecorder.c @@ -2056,7 +2056,7 @@ init (xlator_t *this) if (!priv) { gf_msg (this->name, GF_LOG_ERROR, ENOMEM, CTR_MSG_CALLOC_FAILED, - "Calloc didnt work!!!"); + "Calloc did not work!!!"); goto error; } diff --git a/xlators/features/changetimerecorder/src/ctr-xlator-ctx.c b/xlators/features/changetimerecorder/src/ctr-xlator-ctx.c index c5900eac929..7700ad40ba6 100644 --- a/xlators/features/changetimerecorder/src/ctr-xlator-ctx.c +++ b/xlators/features/changetimerecorder/src/ctr-xlator-ctx.c @@ -156,7 +156,7 @@ ctr_delete_hard_link (xlator_t *this, if (!ctr_hard_link) { gf_msg (this->name, GF_LOG_ERROR, 0, CTR_MSG_HARDLINK_MISSING_IN_LIST, - "Hard link doesnt exist in the list"); + "Hard link doesn't exist in the list"); goto out; } @@ -195,7 +195,7 @@ ctr_update_hard_link (xlator_t *this, ctr_hard_link = ctr_search_hard_link_ctx (this, ctr_xlator_ctx, old_pgfid, old_base_name); if (!ctr_hard_link) { - gf_msg_trace (this->name, 0, "Hard link doesnt exist" + gf_msg_trace (this->name, 0, "Hard link doesn't exist" " in the list"); /* Since the hard link is not present in the list * we add it to the list */ -- cgit