diff options
author | Kaleb S KEITHLEY <kkeithle@redhat.com> | 2016-05-17 09:22:43 -0400 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2016-05-18 02:21:42 -0700 |
commit | 138935bf8d4b37e094c08eea7a20efc0553e9694 (patch) | |
tree | 1c44973e46fc783c6a906e7bfb7d9880b1fbc358 /xlators/features/changetimerecorder | |
parent | 5a4f4a945661a8bb24735524e152ccd5b1ba571a (diff) |
core: assorted typos and spelling mistakes reported by Debian lintian
Also missing bang (!) in #!/bin/bash in shell scripts.
Change-Id: I567a4be8f0f31f6285550f243fe802895f6bc43b
BUG: 1336793
Reported-by: Patrick Matthäi <pmatthaei@debian.org>
Signed-off-by: Kaleb S KEITHLEY <kkeithle@redhat.com>
Reviewed-on: http://review.gluster.org/14398
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Smoke: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Kotresh HR <khiremat@redhat.com>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'xlators/features/changetimerecorder')
-rw-r--r-- | xlators/features/changetimerecorder/src/changetimerecorder.c | 2 | ||||
-rw-r--r-- | xlators/features/changetimerecorder/src/ctr-xlator-ctx.c | 4 |
2 files changed, 3 insertions, 3 deletions
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 */ |