fix typos in strings

This commit is contained in:
Hans-Christoph Steiner 2018-09-24 17:09:15 +02:00
parent 6b57cb6b7c
commit d2216b756b
19 changed files with 20 additions and 20 deletions

View file

@ -3268,7 +3268,7 @@ def deploy_build_log_with_rsync(appid, vercode, log_content,
if retcode:
logging.warning(_("failed deploying build logs to '{path}'").format(path=webroot))
else:
logging.info(_("deployeded build logs to '{path}'").format(path=webroot))
logging.info(_("deployed build logs to '{path}'").format(path=webroot))
def get_per_app_repos():