]> git.etc.gen.nz Git - spong.git/commitdiff
typo in comment
authorJan Willamowius <jan@willamowius.de>
Thu, 27 Oct 2005 18:20:04 +0000 (18:20 +0000)
committerJan Willamowius <jan@willamowius.de>
Thu, 27 Oct 2005 18:20:04 +0000 (18:20 +0000)
src/lib/Spong/Client/plugins/check_mailq

index b5dbf2481069e63cf3f6214c4b9299e0402f57d7..a9bf157ce4c577e9739639ff09df87cdee5083ed 100755 (executable)
@@ -1,10 +1,10 @@
 # Register routine with plugin registery
 $CHECKFUNCS{'mailq'} = \&check_mailq;
 
-# Sendmail mailq check for mail servers. If checks the numeber of mail
+# Sendmail mailq check for mail servers. If checks the number of mail
 # message queue against the $MAILQWARN AND $MAILQCRIT variables
 
-# $Id: check_mailq,v 1.5 2002/01/22 15:08:07 sljohnson Exp $
+# $Id: check_mailq,v 1.6 2005/10/27 18:20:04 willamowius Exp $
 
 use Spong::SafeExec qw(safe_exec);