]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'behavour' -> 'behaviour'; patch by Vlad Dascalu...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 22:39:53 +0000 (22:39 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 22:39:53 +0000 (22:39 +0000)
Bugzilla/CGI.pm

index b578b617c6632e59fd9cec78a28d18e408dcd42c..ca062f9d329ecc43f0b1bf4d1de9cc9c5de21d1a 100644 (file)
@@ -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;