From: Walter Dörwald Date: Mon, 21 Nov 2005 17:01:27 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.5a0~1140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5a7fad356a98f931bbe0d2c9e4b18854510c3dd;p=python Fix typo. --- diff --git a/Lib/platform.py b/Lib/platform.py index ccceeb3426..82f9fa765b 100755 --- a/Lib/platform.py +++ b/Lib/platform.py @@ -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: