Bug 12660:Correct mispelling of accomodate in comments

View the file in your git checkout to see the misspelling of accomodate
do the patch
view the files again to see the correct spelling accommodate

Patch behaves as expected.
Signed-off-by: Marc Véron <veron@veron.ch>

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Fixes typos to correct spelling.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
Brian Norris 2014-07-25 14:55:04 +12:00 committed by Tomas Cohen Arazi
parent 7a5eac3a51
commit dda53be490
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
//<![CDATA[
// Prepare array of all column headers, incrementing each index by
// two to accomodate control and title columns
// two to accommodate control and title columns
var allColumns = new Array([% FOREACH item_header_loo IN item_header_loop %]'[% loop.count %]'[% UNLESS ( loop.last ) %],[% END %][% END %]);
for( x=0; x<allColumns.length; x++ ){
allColumns[x] = Number(allColumns[x]) + 2;

View file

@ -11,7 +11,7 @@
//<![CDATA[
// Prepare array of all column headers, incrementing each index by
// two to accomodate control and title columns
// two to accommodate control and title columns
var allColumns = new Array([% FOREACH item_header_loo IN item_header_loop %]'[% loop.count %]'[% UNLESS ( loop.last ) %],[% END %][% END %]);
for( x=0; x<allColumns.length; x++ ){
allColumns[x] = Number(allColumns[x]) + 2;