Commit a9c4e596 authored by Denis Bilenko's avatar Denis Bilenko

setup.py: fix typo in error message

parent 79d0945c
......@@ -84,7 +84,7 @@ def get_version_from_ctypes(cdll, path):
elif version.startswith('2'):
return 2
else:
print 'Wierd response from %s get_version(): %r' % (path, version)
print 'Weird response from %s get_version(): %r' % (path, version)
def get_version_from_path(path):
v1 = re.search('[^\d]1\.', path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment