From 343f965749af0a985573c525dc6084c2519b6ffe Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 14 Nov 2004 17:29:56 +0000 Subject: [PATCH] Fix typos in output file. (Bugzilla #1849, reported by Yi Ren-Chen) --- hw/xfree86/utils/xorgconfig/xorgconfig.c | 8 ++++---- 1 file 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 #include @@ -2002,18 +2002,18 @@ static char *XF86Config_fontpathchunk_text = "\n" "# Option \"NoTrapSignals\"\n" "\n" -"# Uncomment this to disable the VT switch sequence\n" +"# Uncomment this to disable the 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 server abort sequence\n" +"# Uncomment this to disable the server abort sequence\n" "# This allows clients to receive this key event.\n" "\n" "# Option \"DontZap\"\n" "\n" -"# Uncomment this to disable the / mode switching\n" +"# Uncomment this to disable the / mode switching\n" "# sequences. This allows clients to receive these key events.\n" "\n" "# Option \"Dont Zoom\"\n"