From 4b9d142bd37dcdc94b7bcdbdb3f7109d7a915e25 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 13 Dec 2004 15:56:00 +0000 Subject: better english (writing style rather than spoken one) --- perl-install/Xconfig/xfree.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/Xconfig/xfree.pm') diff --git a/perl-install/Xconfig/xfree.pm b/perl-install/Xconfig/xfree.pm index ba2c2cedf..a29713269 100644 --- a/perl-install/Xconfig/xfree.pm +++ b/perl-install/Xconfig/xfree.pm @@ -35,7 +35,7 @@ sub write { if (-l $_) { unlink $_; } else { - rename $_, "$_.old"; #- there won't be any XF86Config-4 anymore, we want this! + rename $_, "$_.old"; #- there will not be any XF86Config-4 anymore, we want this! } } symlinkf 'XF86Config', $xorg; @@ -508,7 +508,7 @@ EndSection Section "ServerFlags" #DontZap # disable (server abort) #DontZoom # disable / (resolution switching) - AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work + AllowMouseOpenFail # allows the server to start up even if the mouse does not work EndSection END -- cgit v1.2.1