From 1b96fcc8dd2c241bd99cb13ff8f985c34f4c51d2 Mon Sep 17 00:00:00 2001 From: nicoder Date: Fri, 1 Feb 2013 11:48:10 +0100 Subject: [PATCH] fix typo in comment --- Classes/PHPExcel/Style.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/PHPExcel/Style.php b/Classes/PHPExcel/Style.php index d2ed5b46..15004a58 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);