Merge pull request #1181 from grandoc/3.3

fix some trad
This commit is contained in:
Laurent Destailleur 2013-08-21 13:13:42 -07:00
commit dd3d0ad9ac
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
/**
* Parent class of boxes
*/
class ModeleBoxes // Can't be abtract as it is instanciated to build "empty" boxes
class ModeleBoxes // Can't be abtract as it is instantiated to build "empty" boxes
{
var $db;
var $error='';

View File

@ -66,7 +66,7 @@ function pdf_getFormat()
}
/**
* Return a PDF instance object. We create a FPDI instance that instanciate TCPDF.
* Return a PDF instance object. We create a FPDI instance that instantiate TCPDF.
*
* @param string $format Array(width,height). Keep empty to use default setup.
* @param string $metric Unit of format ('mm')