Bug 12660:Correct mispelling of accomodate in comments
authorBrian Norris <briann@catalyst.net.nz>
Fri, 25 Jul 2014 02:55:04 +0000 (14:55 +1200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 5 Aug 2014 23:20:23 +0000 (20:20 -0300)
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>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt

index 29486bc..71cc9af 100644 (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;
index db78536..9cbd901 100644 (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;