chiark / gitweb /
fix typo in error message
authorHans-Christoph Steiner <hans@eds.org>
Wed, 7 Jan 2015 18:57:15 +0000 (19:57 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 12 Jan 2015 09:46:04 +0000 (10:46 +0100)
fdroidserver/publish.py

index fc54ee4fc5ae9e12f473ddc49b6ea660db2c0140..b5ea2a755b3ca687a1a7615c7e9652f545067493 100644 (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