From: W. Trevor King Date: Wed, 1 Oct 2014 01:38:10 +0000 (-0700) Subject: swc-windows-installer.py: Fix "it's hash" -> "its hash" typo X-Git-Tag: v0.2^2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e102c39fbd52c149c1c0883d5d8e19a7a8379e55;p=swc-setup-windows-installer.git swc-windows-installer.py: Fix "it's hash" -> "its hash" typo Reported-by: Steve Haddock --- 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()