summaryrefslogtreecommitdiffstats
path: root/geo-replication/syncdaemon/resource.py
diff options
context:
space:
mode:
authorarao <arao@redhat.com>2015-01-29 16:37:35 +0530
committerHumble Devassy Chirammal <humble.devassy@gmail.com>2015-02-03 10:03:41 -0800
commitea6a31cd7c430768b8dfd3b4944fffde0be3a740 (patch)
tree891ab7ba3dac8a2a5f6d2c7288a34e41456c09c3 /geo-replication/syncdaemon/resource.py
parent7842f86a5c48389b6c34009b08799adca19b7311 (diff)
geo-rep: Fixing the typo errors
Change-Id: Iacc67e4ba9ac45e0858f3befe84ffb8fccf7e1c3 BUG: 1075417 Signed-off-by: arao <arao@redhat.com> Reviewed-on: http://review.gluster.org/9502 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
Diffstat (limited to 'geo-replication/syncdaemon/resource.py')
-rw-r--r--geo-replication/syncdaemon/resource.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/geo-replication/syncdaemon/resource.py b/geo-replication/syncdaemon/resource.py
index c20a243352b..0e0dd88eff8 100644
--- a/geo-replication/syncdaemon/resource.py
+++ b/geo-replication/syncdaemon/resource.py
@@ -845,8 +845,8 @@ class SlaveRemote(object):
def tarssh(self, files, slaveurl):
"""invoke tar+ssh
- -z (compress) can be use if needed, but ommitting it now
- as it results in wierd error (tar+ssh errors out (errcode: 2)
+ -z (compress) can be use if needed, but omitting it now
+ as it results in weird error (tar+ssh errors out (errcode: 2)
"""
if not files:
raise GsyncdError("no files to sync")