From 28af42c8fb30bb56569281c9d2978ad76069e3b8 Mon Sep 17 00:00:00 2001 From: Stefan Pinnow Date: Tue, 19 Apr 2022 07:41:49 +0200 Subject: [PATCH] chore: fix typo --- ch12.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch12.jl b/ch12.jl index bd1fe91..98878f4 100644 --- a/ch12.jl +++ b/ch12.jl @@ -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)