mirror of
https://github.com/avast/retdec.git
synced 2025-03-02 18:56:51 +00:00
cmake: Fix a typo in an info message in install-share.py.
"Verfifying" -> "Verifying"
This commit is contained in:
parent
07ba3cf6bf
commit
cea6c38d47
@ -67,7 +67,7 @@ def main():
|
||||
sys.exit(1)
|
||||
|
||||
# Compute hash of the downloaded archive.
|
||||
print('Verfifying archive\'s checksum ...')
|
||||
print('Verifying archive\'s checksum ...')
|
||||
sha256 = hashlib.sha256()
|
||||
with open(arch_path, 'rb') as f:
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user