# HG changeset patch # User timeless@gmail.com # Date 2016-05-03 14:17:30 # Node ID bdd0916ad8b0ccb9201086b6a98750c289d185af # Parent fbc07f671e2fd549e3e7f703538f4825b0575e86 spelling: transferred diff --git a/kallithea/bin/kallithea_backup.py b/kallithea/bin/kallithea_backup.py --- a/kallithea/bin/kallithea_backup.py +++ b/kallithea/bin/kallithea_backup.py @@ -86,7 +86,7 @@ class BackupManager(object): '%(backup_server)s' % params] subprocess.call(cmd) - logging.info('Transfered file %s to %s', self.backup_file_name, cmd[4]) + logging.info('Transferred file %s to %s', self.backup_file_name, cmd[4]) def rm_file(self): logging.info('Removing file %s', self.backup_file_name)