From ea6a31cd7c430768b8dfd3b4944fffde0be3a740 Mon Sep 17 00:00:00 2001 From: arao Date: Thu, 29 Jan 2015 16:37:35 +0530 Subject: geo-rep: Fixing the typo errors Change-Id: Iacc67e4ba9ac45e0858f3befe84ffb8fccf7e1c3 BUG: 1075417 Signed-off-by: arao Reviewed-on: http://review.gluster.org/9502 Tested-by: Gluster Build System Reviewed-by: Humble Devassy Chirammal --- geo-replication/src/gsyncd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'geo-replication/src') diff --git a/geo-replication/src/gsyncd.c b/geo-replication/src/gsyncd.c index 11599760457..ce900b0a3e4 100644 --- a/geo-replication/src/gsyncd.c +++ b/geo-replication/src/gsyncd.c @@ -370,7 +370,7 @@ main (int argc, char **argv) evas = getenv (_GLUSTERD_CALLED_); if (evas && strcmp (evas, "1") == 0) /* OK, we know glusterd called us, no need to look for further config - * ... altough this conclusion should not inherit to our children + *...although this conclusion should not inherit to our children */ unsetenv (_GLUSTERD_CALLED_); else { -- cgit