diff --git a/Lib/plat-irix5/cdplayer.py b/Lib/plat-irix5/cdplayer.py index 0e27468451e..eeb56cefe91 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 0e27468451e..eeb56cefe91 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':