summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@benzedrine.nwnk.net>2007-06-28 16:29:28 -0400
committerAdam Jackson <ajax@benzedrine.nwnk.net>2007-06-28 16:29:28 -0400
commit928836a5abd85466e920eb487fab9ccb295e0c5b (patch)
treeaaf5c29449518e3d494322e4e81dccc8552daebd
parent62f43d8b33f67d8f3d0bd65787ffae9e6b634d65 (diff)
Bug #10770: "Inputdevs" isn't a valid config file keyword.
-rw-r--r--hw/xfree86/parser/Files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/parser/Files.c b/hw/xfree86/parser/Files.c
index 2688bb100..d304737dd 100644
--- a/hw/xfree86/parser/Files.c
+++ b/hw/xfree86/parser/Files.c
@@ -258,7 +258,7 @@ xf86printFileSection (FILE * cf, XF86ConfFilesPtr ptr)
s++;
p = index (s, ',');
}
- fprintf (cf, "\tInputdevs \"%s\"\n", s);
+ fprintf (cf, "\tInputDevices \"%s\"\n", s);
}
if (ptr->file_fontpath)
{