Skip to content

Commit

Permalink
grammar corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
maaaaz committed Jul 31, 2012
1 parent 6b9845b commit 555d469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions androwarn/search/apk/apk.py
Expand Up @@ -61,8 +61,8 @@ def grab_apk_file_hashes(apk_file) :
f.close()

results.append("MD5: %s" % md5.hexdigest())
results.append("SHA1: %s" % sha1.hexdigest())
results.append("SHA256: %s" % sha256.hexdigest())
results.append("SHA-1: %s" % sha1.hexdigest())
results.append("SHA-256: %s" % sha256.hexdigest())

return results

Expand Down

0 comments on commit 555d469

Please sign in to comment.