Commit e5a7fad3 authored by Walter Dörwald's avatar Walter Dörwald

Fix typo.

parent 09eef173
......@@ -360,7 +360,7 @@ def popen(cmd, mode='r', bufsize=None):
def _norm_version(version,build=''):
""" Normalize the version and build strings and return a single
vesion string using the format major.minor.build (or patchlevel).
version string using the format major.minor.build (or patchlevel).
"""
l = string.split(version,'.')
if build:
......
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