summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-19 22:26:28 +0200
committervladd%bugzilla.org <>2006-06-19 22:26:28 +0200
commit28c5f953b0ee63593cfb854684b6530e1a608fbf (patch)
treebafbf5f6574f93046ef8439c308c819f81b7a4e9 /Bugzilla
parenta9b482253e5fd6e1419ce24f2d8649e4329e3fb3 (diff)
downloadbugzilla-28c5f953b0ee63593cfb854684b6530e1a608fbf.tar.gz
bugzilla-28c5f953b0ee63593cfb854684b6530e1a608fbf.tar.xz
Spelling in code comments patch: 'ned' -> 'need' in Bugzilla/Search.pm; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Search.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm
index 352147331..da217c43d 100644
--- a/Bugzilla/Search.pm
+++ b/Bugzilla/Search.pm
@@ -63,7 +63,7 @@ our %specialorder = (
# When we add certain fields to the ORDER BY, we need to then add a
# table join to the FROM statement. This hash maps input fields to
-# the join statements that ned to be added.
+# the join statements that need to be added.
our %specialorderjoin = (
'bugs.target_milestone' => 'LEFT JOIN milestones AS ms_order ON ms_order.value = bugs.target_milestone AND ms_order.product_id = bugs.product_id',
'bugs.bug_status' => 'LEFT JOIN bug_status ON bug_status.value = bugs.bug_status',