From: Thomas Wouters Date: Sun, 16 Jul 2000 11:57:20 +0000 (+0000) Subject: Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is a X-Git-Tag: v2.0b1~812 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c533e4a01207f74b9c4f9a7414631a3c7b711595;p=thirdparty%2FPython%2Fcpython.git Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is a genuine bug, so I checked it in separately. --- diff --git a/Lib/plat-irix5/cdplayer.py b/Lib/plat-irix5/cdplayer.py index 0e27468451e8..eeb56cefe915 100755 --- a/Lib/plat-irix5/cdplayer.py +++ b/Lib/plat-irix5/cdplayer.py @@ -53,7 +53,7 @@ class Cdplayer: if not match: print 'syntax error in ~/' + cdplayerrc continue - name, valye = match.group(1, 2) + name, value = match.group(1, 2) if name == 'title': self.title = value elif name == 'artist': diff --git a/Lib/plat-irix6/cdplayer.py b/Lib/plat-irix6/cdplayer.py index 0e27468451e8..eeb56cefe915 100644 --- a/Lib/plat-irix6/cdplayer.py +++ b/Lib/plat-irix6/cdplayer.py @@ -53,7 +53,7 @@ class Cdplayer: if not match: print 'syntax error in ~/' + cdplayerrc continue - name, valye = match.group(1, 2) + name, value = match.group(1, 2) if name == 'title': self.title = value elif name == 'artist':