summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-12 20:25:59 +0000
committerMatt Wilson <msw@redhat.com>2000-05-12 20:25:59 +0000
commit4192fd9fcc907b56392d5dfa14ccad2b356ef383 (patch)
tree6d290cce25a4b1a6b82bdc7fc3951149c22d5daa /xf86config.py
parent7b695eb01b6272476e9001e7a2efb733d02170d3 (diff)
downloadanaconda-4192fd9fcc907b56392d5dfa14ccad2b356ef383.tar.gz
anaconda-4192fd9fcc907b56392d5dfa14ccad2b356ef383.tar.xz
anaconda-4192fd9fcc907b56392d5dfa14ccad2b356ef383.zip
typo
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/xf86config.py b/xf86config.py
index 4fb7ca10d..dca0fc3a9 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -992,8 +992,8 @@ Section "Screen"
" # no known options"),
"cardID" : self.vidCards[self.primary]["NAME"],
"cardVendor" : self.vidCards[self.primary]["NAME"],
- "cardBoardName": self.vidCards[self.primary]["NAME"]
- "files" : self.files }
+ "cardBoardName": self.vidCards[self.primary]["NAME"],
+ "files" : self.files }
}
# self.vidCards[self.primary]["DRIVER"] = "vga"
if self.vidCards[self.primary].has_key ("DRIVER"):