From 0f35ae273786240258ba5d8cd3a5d8a958b001d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georg=20Sch=C3=B6nberger?= Date: Tue, 12 May 2015 09:43:50 +0200 Subject: [PATCH] Fix typo in function description --- check_lsi_raid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}