fixed typo in error messages

This commit is contained in:
Pall Sigurdsson 2012-07-17 20:33:29 +00:00
parent 74cda834ab
commit ff9e3d96e7
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ sub check_disk {
}
close (NAVICLIOUT);
if ($disk_ok_count eq 0) {
print "No disk were founded !\n";
print "No disk were found !\n";
$state = 'UNKNOWN';
} elsif ($crit_count > 0) {
$state='CRITICAL';