diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2004-11-14 17:29:56 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2004-11-14 17:29:56 +0000 |
commit | 343f965749af0a985573c525dc6084c2519b6ffe (patch) | |
tree | 15a7be0cda18aa6c7606ee0800a71149de6f83df /hw/xfree86/utils/xorgconfig | |
parent | 636a9e786881dd42cd6fd579e13b7895cf9f10eb (diff) |
Fix typos in output file. (Bugzilla #1849, reported by Yi Ren-Chen)
Diffstat (limited to 'hw/xfree86/utils/xorgconfig')
-rw-r--r-- | hw/xfree86/utils/xorgconfig/xorgconfig.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/xfree86/utils/xorgconfig/xorgconfig.c b/hw/xfree86/utils/xorgconfig/xorgconfig.c index 16a8fa297..6300b9ab4 100644 --- a/hw/xfree86/utils/xorgconfig/xorgconfig.c +++ b/hw/xfree86/utils/xorgconfig/xorgconfig.c @@ -94,7 +94,7 @@ * Chisato Yamauchi(cyamauch@phyas.aichi-edu.ac.jp) */ /* $XConsortium: xf86config.c /main/21 1996/10/28 05:43:57 kaleb $ */ -/* $XdotOrg: xc/programs/Xserver/hw/xfree86/xf86config/xorgconfig.c,v 1.6 2004/08/13 23:57:38 alanc Exp $ */ +/* $XdotOrg: xc/programs/Xserver/hw/xfree86/xf86config/xorgconfig.c,v 1.7 2004/10/05 17:28:15 alanc Exp $ */ #include <stdlib.h> #include <stdio.h> @@ -2002,18 +2002,18 @@ static char *XF86Config_fontpathchunk_text = "\n" "# Option \"NoTrapSignals\"\n" "\n" -"# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence\n" +"# Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence\n" "# (where n is 1 through 12). This allows clients to receive these key\n" "# events.\n" "\n" "# Option \"DontVTSwitch\"\n" "\n" -"# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence\n" +"# Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence\n" "# This allows clients to receive this key event.\n" "\n" "# Option \"DontZap\"\n" "\n" -"# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching\n" +"# Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching\n" "# sequences. This allows clients to receive these key events.\n" "\n" "# Option \"Dont Zoom\"\n" |