diff --git a/check_lsi_raid b/check_lsi_raid index a804ce0..257a9cd 100755 --- a/check_lsi_raid +++ b/check_lsi_raid @@ -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); -} \ No newline at end of file +}