diff --git a/htdocs/core/boxes/modules_boxes.php b/htdocs/core/boxes/modules_boxes.php index 2e4a809cc04..abae94b9749 100644 --- a/htdocs/core/boxes/modules_boxes.php +++ b/htdocs/core/boxes/modules_boxes.php @@ -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=''; diff --git a/htdocs/core/lib/pdf.lib.php b/htdocs/core/lib/pdf.lib.php index 098ad08812e..449af00e68c 100644 --- a/htdocs/core/lib/pdf.lib.php +++ b/htdocs/core/lib/pdf.lib.php @@ -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')