From 1e1b380ae6d0da7d2cb28c1e8baec325d08018a0 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 22:39:53 +0000 Subject: Spelling in code comments patch: 'behavour' -> 'behaviour'; patch by Vlad Dascalu . --- Bugzilla/CGI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/CGI.pm b/Bugzilla/CGI.pm index b578b617c..ca062f9d3 100644 --- a/Bugzilla/CGI.pm +++ b/Bugzilla/CGI.pm @@ -166,7 +166,7 @@ sub multipart_init { # Note: CGI.pm::multipart_init up to v3.04 explicitly set nph to 0 # CGI.pm::multipart_init v3.05 explicitly sets nph to 1 # CGI.pm's header() sets nph according to a param or $CGI::NPH, which - # is the desired behavour. + # is the desired behaviour. # Allow multiple calls to $cgi->header() $CGI::HEADERS_ONCE = 0; -- cgit v1.2.3-24-g4f1b