From e102c39fbd52c149c1c0883d5d8e19a7a8379e55 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 30 Sep 2014 18:38:10 -0700 Subject: [PATCH] swc-windows-installer.py: Fix "it's hash" -> "its hash" typo Reported-by: Steve Haddock --- swc-windows-installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swc-windows-installer.py b/swc-windows-installer.py index 26f6618..3aa40d6 100755 --- a/swc-windows-installer.py +++ b/swc-windows-installer.py @@ -65,7 +65,7 @@ else: def download(url, sha1): - """Download a file and verify it's hash""" + """Download a file and verify its hash""" LOG.debug('download {}'.format(url)) r = _urlopen(url) byte_content = r.read() -- 2.26.2