Skip to content

Commit

Permalink
Fix indirect typo
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc authored and hungtrinh committed Nov 29, 2022
1 parent 0f1cfff commit 55227b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library/Zend/Pdf/Canvas/Abstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
abstract class Zend_Pdf_Canvas_Abstract implements Zend_Pdf_Canvas_Interface
{
/**
* Page dictionary (refers to an inderect Zend_Pdf_Element_Dictionary object).
* Page dictionary (refers to an indirect Zend_Pdf_Element_Dictionary object).
*
* @var Zend_Pdf_Element_Reference|Zend_Pdf_Element_Object
*/
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Pdf/Element/Reference.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public function toString($factory = null)

/**
* Dereference.
* Take inderect object, take $value member of this object (must be Zend_Pdf_Element),
* Take indirect object, take $value member of this object (must be Zend_Pdf_Element),
* take reference to the $value member of this object and assign it to
* $value member of current PDF Reference object
* $obj can be null
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Pdf/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class Zend_Pdf_Page extends Zend_Pdf_Canvas_Abstract


/**
* Page dictionary (refers to an inderect Zend_Pdf_Element_Dictionary object).
* Page dictionary (refers to an indirect Zend_Pdf_Element_Dictionary object).
*
* @var Zend_Pdf_Element_Reference|Zend_Pdf_Element_Object
*/
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Pdf/StringParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ private function _readNumeric($nextLexeme = null)


/**
* Read inderect object from a PDF stream
* Read indirect object from a PDF stream
*
* @param integer $offset
* @param Zend_Pdf_Element_Reference_Context $context
Expand Down

0 comments on commit 55227b4

Please sign in to comment.