Update IWriter.php

Fixing a typo
This commit is contained in:
Gabriel Machado 2013-04-27 18:17:14 -03:00
parent e9a09c8903
commit 212b7acc79
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ interface PHPExcel_Writer_IWriter
/**
* Save PHPExcel to file
*
* @param string $pFilename NAme of the file to save
* @param string $pFilename Name of the file to save
* @throws PHPExcel_Writer_Exception
*/
public function save($pFilename = NULL);