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/network/modem.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network/modem.pm') diff --git a/perl-install/network/modem.pm b/perl-install/network/modem.pm index 18755d0cb..871019159 100644 --- a/perl-install/network/modem.pm +++ b/perl-install/network/modem.pm @@ -73,7 +73,7 @@ sub ppp_configure { $dev =~ s!^/dev/!!; any::devfssymlinkf({ device => $dev }, 'modem'); #- add a specific udev script in addition to the udev rules file - #- (ttySL0 is a symlink, udev won't be called when it's created) + #- (ttySL0 is a symlink, udev will not be called when it's created) my $udev_conf = "$::prefix/etc/udev/conf.d/modem.conf"; output_p($udev_conf, "ln -sf $dev /dev/modem\n"); chmod 0755, $udev_conf; -- cgit v1.2.1