fix typo in comment

This commit is contained in:
nicoder 2013-02-01 11:48:10 +01:00
parent ff12698185
commit 1b96fcc8dd

View File

@ -395,7 +395,7 @@ class PHPExcel_Style extends PHPExcel_Style_Supervisor implements PHPExcel_IComp
break;
}
// clone each of the affected styles, apply the style arrray, and add the new styles to the workbook
// clone each of the affected styles, apply the style array, and add the new styles to the workbook
$workbook = $this->getActiveSheet()->getParent();
foreach ($oldXfIndexes as $oldXfIndex => $dummy) {
$style = $workbook->getCellXfByIndex($oldXfIndex);