diff options
author | arao <arao@redhat.com> | 2015-01-29 16:37:35 +0530 |
---|---|---|
committer | Humble Devassy Chirammal <humble.devassy@gmail.com> | 2015-02-03 10:03:41 -0800 |
commit | ea6a31cd7c430768b8dfd3b4944fffde0be3a740 (patch) | |
tree | 891ab7ba3dac8a2a5f6d2c7288a34e41456c09c3 /geo-replication/syncdaemon/configinterface.py.in | |
parent | 7842f86a5c48389b6c34009b08799adca19b7311 (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/configinterface.py.in')
-rw-r--r-- | geo-replication/syncdaemon/configinterface.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/geo-replication/syncdaemon/configinterface.py.in b/geo-replication/syncdaemon/configinterface.py.in index acb51486a10..0ffff70e0bb 100644 --- a/geo-replication/syncdaemon/configinterface.py.in +++ b/geo-replication/syncdaemon/configinterface.py.in @@ -95,7 +95,7 @@ def upgrade_config_file(path): # If src and dst are two different file system, then os.rename # fails, In this case if temp file created in /tmp and if /tmp is - # seperate fs then os.rename gives following error, so use shutil + # separate fs then os.rename gives following error, so use shutil # OSError: [Errno 18] Invalid cross-device link # mail.python.org/pipermail/python-list/2005-February/342893.html shutil.move(tempConfigFile.name, path) |