From 938b33dc0011281bafc1fb88e5da27b78093922f Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 22:39:42 +0000 Subject: [PATCH] Spelling in code comments patch: 'behavour' -> 'behaviour'; patch by Vlad Dascalu . --- Bugzilla/CGI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2