diff options
author | Jan Wagner <waja@cyconet.org> | 2014-01-29 10:12:31 +0100 |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2014-01-29 10:12:31 +0100 |
commit | 297d0535c2767d7f6936747587b28cea96dc4e2f (patch) | |
tree | 78a64b587a28eef3f60ecd9ba8f35ee18190faa9 /plugins-scripts | |
parent | 813c02364f55c14fef396d83eed52874d8e16fb2 (diff) | |
download | monitoring-plugins-297d0535c2767d7f6936747587b28cea96dc4e2f.tar.gz |
Just fixing small typo in comment
Diffstat (limited to 'plugins-scripts')
-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 24065680..9de8f02b 100755 --- a/plugins-scripts/check_mailq.pl +++ b/plugins-scripts/check_mailq.pl @@ -373,7 +373,7 @@ elsif ( $mailq eq "postfix" ) { # } #} } -} # end of ($mailq eq "postfixl") +} # end of ($mailq eq "postfix") elsif ( $mailq eq "qmail" ) { # open qmail-qstat |