summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-20 00:39:53 +0200
committervladd%bugzilla.org <>2006-06-20 00:39:53 +0200
commit1e1b380ae6d0da7d2cb28c1e8baec325d08018a0 (patch)
treedb05a9285f41795e07f758c0919a74aeba5a713f /Bugzilla
parent04a1ddc583f5c34149488fc2fcba4437724bfb0f (diff)
downloadbugzilla-1e1b380ae6d0da7d2cb28c1e8baec325d08018a0.tar.gz
bugzilla-1e1b380ae6d0da7d2cb28c1e8baec325d08018a0.tar.xz
Spelling in code comments patch: 'behavour' -> 'behaviour'; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/CGI.pm2
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;