From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 20:26:07 +0000 (+0000) Subject: Spelling in code comments patch: 'ned' -> 'need' in Bugzilla/Search.pm; patch by... X-Git-Tag: bugzilla-2.22.1~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f88d6a66a151307528bd93bd884a78a497e2270a;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'ned' -> 'need' in Bugzilla/Search.pm; patch by Vlad Dascalu . --- diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 48c3c1647d..668f384d1b 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -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',