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
committerAtin Mukherjee <amukherj@redhat.com>2017-09-04 04:22:13 +0000
commit8ebabb801cf976396f8756b8f620aad6e03fbc11 (patch)
treeb848011699b97f80b2bd4c748b5d7b313daaf622 /xlators/mgmt/glusterd/src/glusterd-geo-rep.c
parent3737ed53caad69ddb0f5b3db2e3498c2d7df2dff (diff)
glusterd: spelling errors reported by Debian maintainer
Reported-by: "Patrick Matthäi" <pmatthaei@debian.org> Change-Id: I0dd6b7d88ddf3c98e8083b75f8dd848babcfd30a BUG: 1487840 Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com> Reviewed-on: https://review.gluster.org/18185 Smoke: Gluster Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Atin Mukherjee <amukherj@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;
}