Index: openacs-4/packages/bug-tracker/tcl/bug-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/tcl/bug-procs.tcl,v diff -u -r1.37 -r1.38 --- openacs-4/packages/bug-tracker/tcl/bug-procs.tcl 23 Nov 2017 16:41:46 -0000 1.37 +++ openacs-4/packages/bug-tracker/tcl/bug-procs.tcl 28 Mar 2018 17:00:40 -0000 1.38 @@ -1001,7 +1001,7 @@ # Branimir: The ORDER BY clause needs to be at the very end of the # query. That also means that we need to have in the select list every - # column we want to order by. Which colums we can afford to have in + # column we want to order by. Which columns we can afford to have in # the select list depends on which tables are we joining against. BTW, # all these kludges are consequence of the initial (bad, IMHO) decision # to do the joins against cr_keywords in memory rather then in SQL.