Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into develop

This commit is contained in:
Mark Baker 2013-01-31 12:13:58 +00:00
commit ff12698185
2 changed files with 2 additions and 2 deletions

View File

@ -206,7 +206,7 @@ class PHPExcel
} }
/** /**
* Chech if a sheet with a specified name already exists * Check if a sheet with a specified name already exists
* *
* @param string $pSheetName Name of the worksheet to check * @param string $pSheetName Name of the worksheet to check
* @return boolean * @return boolean

View File

@ -1295,7 +1295,7 @@ class PHPExcel_Worksheet implements PHPExcel_IComparable
} }
/** /**
* Get default style of workbork. * Get default style of workbook.
* *
* @deprecated * @deprecated
* @return PHPExcel_Style * @return PHPExcel_Style