From: justdave%syndicomm.com <> Date: Thu, 7 Jun 2001 08:31:51 +0000 (+0000) Subject: fix typo X-Git-Tag: bugzilla-2.14~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e5f26e8d6e9ea7441bb05f477e0c67523f3a7e0;p=thirdparty%2Fbugzilla.git fix typo --- diff --git a/CGI.pl b/CGI.pl index c2737c7b70..0980366bdd 100644 --- 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;