cmake: Fix a typo in an info message in install-share.py.

"Verfifying" -> "Verifying"
This commit is contained in:
Petr Zemek 2018-08-01 11:51:35 +02:00
parent 07ba3cf6bf
commit cea6c38d47

View File

@ -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: