From: Walter Dörwald Date: Mon, 21 Nov 2005 17:01:49 +0000 (+0000) Subject: Backport r41489: X-Git-Tag: v2.4.3c1~212 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eef12af393f24f24d2c2586b5ab3e63d9f210c15;p=thirdparty%2FPython%2Fcpython.git Backport r41489: Fix typo. --- diff --git a/Lib/platform.py b/Lib/platform.py index 372fe921022a..25b946a70b56 100755 --- a/Lib/platform.py +++ b/Lib/platform.py @@ -354,7 +354,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: