swc-windows-installer.py: Fix "it's hash" -> "its hash" typo
authorW. Trevor King <wking@tremily.us>
Wed, 1 Oct 2014 01:38:10 +0000 (18:38 -0700)
committerW. 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

index 26f6618f6d2e6fb3ffea6088d298648ef6f8ec83..3aa40d6fa95a579f66adf651f85cb3095eb0a1e0 100755 (executable)
@@ -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()