summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-04-27 16:18:14 +0000
committerMatt Wilson <msw@redhat.com>2000-04-27 16:18:14 +0000
commitac5c26e358906956034838f1734e53e2d7f4a263 (patch)
treefb27752b753932275fc1e80933c786d8bd48c67e
parent080d6af2a128af6bb4f940a9c48ff6d5d16ee446 (diff)
downloadanaconda-ac5c26e358906956034838f1734e53e2d7f4a263.tar.gz
anaconda-ac5c26e358906956034838f1734e53e2d7f4a263.tar.xz
anaconda-ac5c26e358906956034838f1734e53e2d7f4a263.zip
typo
-rw-r--r--xf86config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xf86config.py b/xf86config.py
index c30efa0bc..891a6d125 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -832,7 +832,7 @@ class XF86Config:
except RuntimeError:
return
config = open (path + "XF86Config-4", 'w')
- config.write (config)
+ config.write (config4)
config.close ()
def test (self, serverflags=None, spawn=0):