From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 22:39:42 +0000 (+0000) Subject: Spelling in code comments patch: 'behavour' -> 'behaviour'; patch by Vlad Dascalu... X-Git-Tag: bugzilla-2.22.1~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=938b33dc0011281bafc1fb88e5da27b78093922f;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 bc2d39b998..e267fd9141 100644 --- a/Bugzilla/CGI.pm +++ b/Bugzilla/CGI.pm @@ -148,7 +148,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;