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 0e27468..eeb56ce 100755
--- a/Lib/plat-irix5/cdplayer.py
+++ b/Lib/plat-irix5/cdplayer.py
@@ -53,7 +53,7 @@
 				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':