aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2023-05-27 11:00:30 +0200
committerm-holger <m-holger@kubitscheck.org>2023-05-27 12:06:37 +0200
commitdb6c09b625690bc83c0ce6cada6f3206096eeceb (patch)
tree7e57db2b9113c29b73072d218a526f82a29bc258 /include
parent698a70e6a84cf7c0db667e9d9e021b4c34c85a3e (diff)
downloadqpdf-db6c09b625690bc83c0ce6cada6f3206096eeceb.tar.zst
Fix doc typos
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFPageObjectHelper.hh4
1 files changed, 2 insertions, 2 deletions
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).
//