From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 22:39:53 +0000 (+0000) Subject: Spelling in code comments patch: 'behavour' -> 'behaviour'; patch by Vlad Dascalu... X-Git-Tag: bugzilla-2.23.2~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e1b380ae6d0da7d2cb28c1e8baec325d08018a0;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'behavour' -> 'behaviour'; patch by Vlad Dascalu . --- diff --git a/Bugzilla/CGI.pm b/Bugzilla/CGI.pm index b578b617c6..ca062f9d32 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;