diff options
author | Matt Wilson <msw@redhat.com> | 2000-04-27 16:18:14 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-04-27 16:18:14 +0000 |
commit | ac5c26e358906956034838f1734e53e2d7f4a263 (patch) | |
tree | fb27752b753932275fc1e80933c786d8bd48c67e /xf86config.py | |
parent | 080d6af2a128af6bb4f940a9c48ff6d5d16ee446 (diff) | |
download | anaconda-ac5c26e358906956034838f1734e53e2d7f4a263.tar.gz anaconda-ac5c26e358906956034838f1734e53e2d7f4a263.tar.xz anaconda-ac5c26e358906956034838f1734e53e2d7f4a263.zip |
typo
Diffstat (limited to 'xf86config.py')
-rw-r--r-- | xf86config.py | 2 |
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): |