summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-06-07 10:31:51 +0200
committerjustdave%syndicomm.com <>2001-06-07 10:31:51 +0200
commit4e5f26e8d6e9ea7441bb05f477e0c67523f3a7e0 (patch)
tree4501763e3769f7e3c1c5d9eefeff611d096e1205 /CGI.pl
parent14bd9a7568980d99227867a44b3ca8326e5eb329 (diff)
downloadbugzilla-4e5f26e8d6e9ea7441bb05f477e0c67523f3a7e0.tar.gz
bugzilla-4e5f26e8d6e9ea7441bb05f477e0c67523f3a7e0.tar.xz
fix typo
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CGI.pl b/CGI.pl
index c2737c7b7..0980366bd 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;