From d229b10321476dec805b9e308d5c31f40257c596 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 14 Feb 2005 13:47:52 +0000 Subject: typo fixes (Arpad Biro) --- mdkapplet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdkapplet') diff --git a/mdkapplet b/mdkapplet index 9ca38d27..edec1709 100755 --- a/mdkapplet +++ b/mdkapplet @@ -275,7 +275,7 @@ sub silentCheck { 99 => sub { logIt(N("Wrong Action or host or login.\n")); go2State('critical') }, 500 => sub { logIt(N("Something is wrong with your network settings (check your route, firewall or proxy settings)\n")); go2State('critical') } }; - eval { $retcode->{$u}->() }; if ($@) { logIt(N("Problem occured while connecting to the server, please contact the support team")); go2State('critical') } + eval { $retcode->{$u}->() }; if ($@) { logIt(N("Problem occurred while connecting to the server, please contact the support team")); go2State('critical') } } sub okState { $isAvailable = 0; logIt(N("System is up-to-date\n")); go2State('okay') } sub compareWithInstalled { -- cgit v1.2.1