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/syncdaemon/syncdutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'geo-replication/syncdaemon/syncdutils.py') diff --git a/geo-replication/syncdaemon/syncdutils.py b/geo-replication/syncdaemon/syncdutils.py index 9eda6044472..23db55e2e80 100644 --- a/geo-replication/syncdaemon/syncdutils.py +++ b/geo-replication/syncdaemon/syncdutils.py @@ -43,7 +43,7 @@ except ImportError: # py 2.4 from md5 import new as md5 -# auxillary gfid based access prefix +# auxiliary gfid based access prefix _CL_AUX_GFID_PFX = ".gfid/" GF_OP_RETRIES = 20 -- cgit