chore: fix typo

This commit is contained in:
Stefan Pinnow 2022-04-19 07:41:49 +02:00
parent 0ca407d3d4
commit 28af42c8fb
No known key found for this signature in database
GPG Key ID: 0CC293ED37BEB169

View File

@ -24,7 +24,7 @@ open(sha256, git_zip) == [0x56, 0xc0, 0xc1, 0xc2,
0x1d, 0x07, 0x3b, 0x10,
0xe2, 0x8e, 0xc0, 0x31]
# Code for opeining a zip archive
# Code for opening a zip archive
import ZipFile
git_archive = ZipFile.Reader(git_zip)