Skip to content

Commit 144f38d

Browse files
author
Mark Baker
committed
Merge pull request PHPOffice#138 from nicoder/patch-3
fix typo in comment, thanks
2 parents ff12698 + 1b96fcc commit 144f38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/PHPExcel/Style.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ public function applyFromArray($pStyles = null, $pAdvanced = true) {
395395
break;
396396
}
397397

398-
// clone each of the affected styles, apply the style arrray, and add the new styles to the workbook
398+
// clone each of the affected styles, apply the style array, and add the new styles to the workbook
399399
$workbook = $this->getActiveSheet()->getParent();
400400
foreach ($oldXfIndexes as $oldXfIndex => $dummy) {
401401
$style = $workbook->getCellXfByIndex($oldXfIndex);

0 commit comments

Comments
 (0)