diff options
author | vladd%bugzilla.org <> | 2006-06-20 00:39:53 +0200 |
---|---|---|
committer | vladd%bugzilla.org <> | 2006-06-20 00:39:53 +0200 |
commit | 1e1b380ae6d0da7d2cb28c1e8baec325d08018a0 (patch) | |
tree | db05a9285f41795e07f758c0919a74aeba5a713f | |
parent | 04a1ddc583f5c34149488fc2fcba4437724bfb0f (diff) | |
download | bugzilla-1e1b380ae6d0da7d2cb28c1e8baec325d08018a0.tar.gz bugzilla-1e1b380ae6d0da7d2cb28c1e8baec325d08018a0.tar.xz |
Spelling in code comments patch: 'behavour' -> 'behaviour'; patch by Vlad Dascalu <vladd@bugzilla.org>.
-rw-r--r-- | Bugzilla/CGI.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/CGI.pm b/Bugzilla/CGI.pm index b578b617c..ca062f9d3 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; |