mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 23:12:46 +03:00
fix typos in strings
This commit is contained in:
parent
6b57cb6b7c
commit
d2216b756b
19 changed files with 20 additions and 20 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue