1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-04 14:30:11 +01:00

fix typo in error message

This commit is contained in:
Hans-Christoph Steiner 2015-01-07 19:57:15 +01:00
parent 74a785a888
commit 6bc6ba05b2

View File

@ -153,7 +153,7 @@ def main():
# Compare our unsigned one with the downloaded one...
compare_result = common.compare_apks(srcapk, apkfile, tmp_dir)
if compare_result:
logging.error("...verfication failed - publish skipped : "
logging.error("...verification failed - publish skipped : "
+ compare_result)
continue