projects
/
swc-setup-windows-installer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89ff467
)
swc-windows-installer.py: Fix "it's hash" -> "its hash" typo
author
W. Trevor King
<wking@tremily.us>
Wed, 1 Oct 2014 01:38:10 +0000
(18:38 -0700)
committer
W. Trevor King
<wking@tremily.us>
Wed, 1 Oct 2014 01:38:10 +0000
(18:38 -0700)
Reported-by: Steve Haddock <haddock@mbari.org>
swc-windows-installer.py
patch
|
blob
|
history
diff --git
a/swc-windows-installer.py
b/swc-windows-installer.py
index 26f6618f6d2e6fb3ffea6088d298648ef6f8ec83..3aa40d6fa95a579f66adf651f85cb3095eb0a1e0 100755
(executable)
--- 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()