Fix typo in function description

This commit is contained in:
Georg Schönberger
2015-05-12 09:43:50 +02:00
parent 06935007e2
commit 0f35ae2737

View File

@@ -162,8 +162,8 @@ Example usage:
exit(STATE_OK);
}
# Prints the name anmd the version of check_lsi_raid. If storcli is available,
# the version if it is printed also.
# Prints the name and the version of check_lsi_raid. If storcli is available,
# the version of it is printed also.
# @param storcli The path to storcli command utility
sub displayVersion {
my $storcli = shift;
@@ -1312,4 +1312,4 @@ MAIN: {
$exitCode = STATE_WARNING;
}
exit($exitCode);
}
}