diff --git a/Classes/PHPExcel/Style.php b/Classes/PHPExcel/Style.php index d2ed5b4..15004a5 100644 --- a/Classes/PHPExcel/Style.php +++ b/Classes/PHPExcel/Style.php @@ -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);