summaryrefslogtreecommitdiffstats
path: root/mouse.py
diff options
context:
space:
mode:
authorlaroche <laroche>2001-07-26 10:18:59 +0000
committerlaroche <laroche>2001-07-26 10:18:59 +0000
commitf046073692305cb50e9ed1992982867e74b47111 (patch)
tree73325a2ed2ce454953cfbbf6eb1929c8c2b8fa66 /mouse.py
parent3b0f0b597d1002b9904b116c1eda10ecd0b3bd5a (diff)
downloadanaconda-f046073692305cb50e9ed1992982867e74b47111.tar.gz
anaconda-f046073692305cb50e9ed1992982867e74b47111.tar.xz
anaconda-f046073692305cb50e9ed1992982867e74b47111.zip
correct typo for 2-button mice
Diffstat (limited to 'mouse.py')
-rw-r--r--mouse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mouse.py b/mouse.py
index cee79c82f..58c9c9af7 100644
--- a/mouse.py
+++ b/mouse.py
@@ -32,7 +32,7 @@ class Mouse (SimpleConfigFile):
"Generic - 3 Button Mouse (serial)" :
("Microsoft", "Microsoft", "ttyS", 0, "generic3"),
"Generic - 2 Button Mouse (PS/2)" :
- ("ps/2", "PS/2", "psaux", 1, "generisps/2"),
+ ("ps/2", "PS/2", "psaux", 1, "genericsps/2"),
"Generic - 3 Button Mouse (PS/2)" :
("ps/2", "PS/2", "psaux", 0, "generic3ps/2"),
"Generic - 2 Button Mouse (USB)" :