summaryrefslogtreecommitdiffstats
path: root/mdkapplet
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-02-14 13:47:52 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-02-14 13:47:52 +0000
commitd229b10321476dec805b9e308d5c31f40257c596 (patch)
treef3ead0d1ff8c4d3522ec2ed24fa4ce5a511989d1 /mdkapplet
parent50bd12e763b0893e8c6081560cc0cfb5e408176f (diff)
downloadmgaonline-d229b10321476dec805b9e308d5c31f40257c596.tar
mgaonline-d229b10321476dec805b9e308d5c31f40257c596.tar.gz
mgaonline-d229b10321476dec805b9e308d5c31f40257c596.tar.bz2
mgaonline-d229b10321476dec805b9e308d5c31f40257c596.tar.xz
mgaonline-d229b10321476dec805b9e308d5c31f40257c596.zip
typo fixes (Arpad Biro)
Diffstat (limited to 'mdkapplet')
-rwxr-xr-xmdkapplet2
1 files changed, 1 insertions, 1 deletions
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 {