]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix typo
authorjustdave%syndicomm.com <>
Thu, 7 Jun 2001 08:31:51 +0000 (08:31 +0000)
committerjustdave%syndicomm.com <>
Thu, 7 Jun 2001 08:31:51 +0000 (08:31 +0000)
CGI.pl

diff --git a/CGI.pl b/CGI.pl
index c2737c7b700ad3bd73b72f18e6a4cb346494ba32..0980366bddb27d865511c015c10cc943642f20af 100644 (file)
--- a/CGI.pl
+++ b/CGI.pl
@@ -300,7 +300,7 @@ sub CheckPosInt($) {
     my ($number) = @_;              # the fieldname to check
 
     if ( $number !~ /^[1-9][0-9]*$/ ) {
-        print "Received string \"$number\" when postive integer expected; ";
+        print "Received string \"$number\" when positive integer expected; ";
         print Param("browserbugmessage");
         PutFooter();
         exit 0;