mirror of
https://github.com/thomas-krenn/check_lsi_raid.git
synced 2026-03-02 23:52:39 +01:00
Fix typo in function description
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user