summaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rwxr-xr-xLib/plat-irix5/cdplayer.py2
-rw-r--r--Lib/plat-irix6/cdplayer.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/plat-irix5/cdplayer.py b/Lib/plat-irix5/cdplayer.py
index 0e27468451..eeb56cefe9 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 0e27468451..eeb56cefe9 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':