From c139da83df2836063e88931a3c00ca249a96191d Mon Sep 17 00:00:00 2001 From: Alexandre Anriot Date: Tue, 18 Oct 2005 07:37:27 +0000 Subject: [PATCH] typos. --- admin/Evoauth.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/Evoauth.pl b/admin/Evoauth.pl index 85a914f..5e2f5fa 100644 --- a/admin/Evoauth.pl +++ b/admin/Evoauth.pl @@ -15,7 +15,7 @@ use Evoauth::Iptables; $SIG{INT} = $SIG{TERM} = $SIG{KILL} = ""; sysopen(LOCK, "/tmp/evoauth.lock", O_WRONLY|O_EXCL|O_CREAT) - or die "Le verouillage a chou."; + or die "Le verouillage a échoué."; # choix des options my %options=();