Skip to content

Commit ff12698

Browse files
author
Mark Baker
committed
Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into develop
2 parents 9a085ab + debead5 commit ff12698

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Classes/PHPExcel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public function createSheet($iSheetIndex = NULL)
206206
}
207207

208208
/**
209-
* Chech if a sheet with a specified name already exists
209+
* Check if a sheet with a specified name already exists
210210
*
211211
* @param string $pSheetName Name of the worksheet to check
212212
* @return boolean

Classes/PHPExcel/Worksheet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@ public function getStyles()
12951295
}
12961296

12971297
/**
1298-
* Get default style of workbork.
1298+
* Get default style of workbook.
12991299
*
13001300
* @deprecated
13011301
* @return PHPExcel_Style

0 commit comments

Comments
 (0)