swc-windows-installer.py: Fix "it's hash" -> "its hash" typo
[swc-setup-windows-installer.git] / 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()