diff options
author | Jan Wagner <waja@cyconet.org> | 2014-01-29 09:12:31 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2014-01-29 09:12:31 (GMT) |
commit | 297d0535c2767d7f6936747587b28cea96dc4e2f (patch) | |
tree | 78a64b587a28eef3f60ecd9ba8f35ee18190faa9 | |
parent | 813c02364f55c14fef396d83eed52874d8e16fb2 (diff) | |
download | monitoring-plugins-297d0535c2767d7f6936747587b28cea96dc4e2f.tar.gz |
Just fixing small typo in comment
-rwxr-xr-x | plugins-scripts/check_mailq.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/check_mailq.pl b/plugins-scripts/check_mailq.pl index 2406568..9de8f02 100755 --- a/plugins-scripts/check_mailq.pl +++ b/plugins-scripts/check_mailq.pl | |||
@@ -373,7 +373,7 @@ elsif ( $mailq eq "postfix" ) { | |||
373 | # } | 373 | # } |
374 | #} | 374 | #} |
375 | } | 375 | } |
376 | } # end of ($mailq eq "postfixl") | 376 | } # end of ($mailq eq "postfix") |
377 | elsif ( $mailq eq "qmail" ) { | 377 | elsif ( $mailq eq "qmail" ) { |
378 | 378 | ||
379 | # open qmail-qstat | 379 | # open qmail-qstat |