From eef12af393f24f24d2c2586b5ab3e63d9f210c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Mon, 21 Nov 2005 17:01:49 +0000 Subject: Backport r41489: Fix typo. --- Lib/platform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/platform.py b/Lib/platform.py index 372fe92..25b946a 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: -- cgit v0.12