summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-geo-rep.c
diff options
context:
space:
mode:
authorKaleb S. KEITHLEY <kkeithle@redhat.com>2017-09-02 09:09:02 -0400
committerjiffin tony Thottan <jthottan@redhat.com>2017-10-06 06:37:24 +0000
commit5f4aa8c21d10b25aa1322a96d3bca3c7499075eb (patch)
treebe6d75c4fe087f4af44146db9cae7791819ad309 /xlators/mgmt/glusterd/src/glusterd-geo-rep.c
parentd167bb0871f9fc8b150f026bb0a0710bd203c947 (diff)
glusterd: spelling errors reported by Debian maintainer
Reported-by: "Patrick Matthäi" <pmatthaei@debian.org> master https://review.gluster.org/18185 Change-Id: I0dd6b7d88ddf3c98e8083b75f8dd848babcfd30a BUG: 1494523 Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-geo-rep.c')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-geo-rep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-geo-rep.c b/xlators/mgmt/glusterd/src/glusterd-geo-rep.c
index b3ce6d102f4..93d45163fd7 100644
--- a/xlators/mgmt/glusterd/src/glusterd-geo-rep.c
+++ b/xlators/mgmt/glusterd/src/glusterd-geo-rep.c
@@ -3615,7 +3615,7 @@ glusterd_op_stage_gsync_set (dict_t *dict, char **op_errstr)
"geo-replication start failed",
strerror (errno));
snprintf (errmsg, sizeof(errmsg),
- "fuse unvailable");
+ "fuse unavailable");
ret = -1;
goto out;
}