]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'ned' -> 'need' in Bugzilla/Search.pm; patch by...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 20:26:07 +0000 (20:26 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 20:26:07 +0000 (20:26 +0000)
Bugzilla/Search.pm

index 48c3c1647d5d23cc6e8dc9022e8525ef7db1f6f3..668f384d1b47c331fa6cd98a62affca679b88ac4 100644 (file)
@@ -61,7 +61,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',