summaryrefslogtreecommitdiffstats
path: root/xlators/features
diff options
context:
space:
mode:
authorAravinda VK <avishwan@redhat.com>2019-07-10 12:34:34 +0530
committerAmar Tumballi <amarts@redhat.com>2019-07-14 05:17:46 +0000
commit6d94a332ebafbda598d50efcd64429af563dae30 (patch)
tree24a9a32bff695cdb4d31b887a6ba4a494aa710fe /xlators/features
parent8f37561d665b6a70b2b4bd8afab12affb1805148 (diff)
Fix spelling errors
Fixes: bz#1728554 Change-Id: I88357aed7c14988a12616035c3738c32c09a8f9a Signed-off-by: Patrick Matthäi <pmatthaei@debian.org> Signed-off-by: Aravinda VK <avishwan@redhat.com>
Diffstat (limited to 'xlators/features')
-rw-r--r--xlators/features/changelog/lib/src/gf-history-changelog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/changelog/lib/src/gf-history-changelog.c b/xlators/features/changelog/lib/src/gf-history-changelog.c
index 3d5fc8c8573..e98cdbde327 100644
--- a/xlators/features/changelog/lib/src/gf-history-changelog.c
+++ b/xlators/features/changelog/lib/src/gf-history-changelog.c
@@ -872,7 +872,7 @@ gf_history_changelog(char *changelog_dir, unsigned long start,
if (!entry || errno != 0) {
gf_smsg(this->name, GF_LOG_ERROR, errno,
CHANGELOG_LIB_MSG_HIST_FAILED,
- "Requested changelog range is not availbale", "start=%lu",
+ "Requested changelog range is not available", "start=%lu",
start, "end=%lu", end, NULL);
ret = -2;
break;