From db6c09b625690bc83c0ce6cada6f3206096eeceb Mon Sep 17 00:00:00 2001 From: m-holger Date: Sat, 27 May 2023 10:00:30 +0100 Subject: Fix doc typos --- include/qpdf/QPDFPageObjectHelper.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/qpdf/QPDFPageObjectHelper.hh b/include/qpdf/QPDFPageObjectHelper.hh index 98bb078e..120df104 100644 --- a/include/qpdf/QPDFPageObjectHelper.hh +++ b/include/qpdf/QPDFPageObjectHelper.hh @@ -43,7 +43,7 @@ class QPDFPageObjectHelper: public QPDFObjectHelper // PAGE ATTRIBUTES - // The getAttribute method works with pages and form XObjects. It return the value of the + // The getAttribute method works with pages and form XObjects. It returns the value of the // requested attribute from the page/form XObject's dictionary, taking inheritance from the // pages tree into consideration. For pages, the attributes /MediaBox, /CropBox, /Resources, and // /Rotate are inheritable, meaning that if they are not present directly on the page node, they @@ -81,7 +81,7 @@ class QPDFPageObjectHelper: public QPDFObjectHelper // As noted above (PAGE ATTRIBUTES), /MediaBox and /CropBox can be inherited from parent nodes // in the pages tree. The other boxes can't be inherited. // - // When the comments below refer to the "effective value" of an box, this takes into + // When the comments below refer to the "effective value" of a box, this takes into // consideration both inheritance through the pages tree (in the case of /MediaBox and /CropBox) // and fallback values for missing attributes (for all except /MediaBox). // -- cgit v1.2.3-54-g00ecf