]> 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:42 +0000 (22:39 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 22:39:42 +0000 (22:39 +0000)
Bugzilla/CGI.pm

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