aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf')
-rw-r--r--libqpdf/QPDF_pages.cc2
-rw-r--r--libqpdf/QUtil.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/QPDF_pages.cc b/libqpdf/QPDF_pages.cc
index ddb672a1..36ca951d 100644
--- a/libqpdf/QPDF_pages.cc
+++ b/libqpdf/QPDF_pages.cc
@@ -151,7 +151,7 @@ QPDF::insertPageobjToPage(QPDFObjectHandle const& obj, int pos,
void
QPDF::insertPage(QPDFObjectHandle newpage, int pos)
{
- // pos is numbered from 0, so pos = 0 inserts at the begining and
+ // pos is numbered from 0, so pos = 0 inserts at the beginning and
// pos = npages adds to the end.
flattenPagesTree();
diff --git a/libqpdf/QUtil.cc b/libqpdf/QUtil.cc
index 1c7e390f..20143087 100644
--- a/libqpdf/QUtil.cc
+++ b/libqpdf/QUtil.cc
@@ -1,4 +1,4 @@
-// Include qpdf-config.h first so off_t is gauaranteed to have the right size.
+// Include qpdf-config.h first so off_t is guaranteed to have the right size.
#include <qpdf/qpdf-config.h>
#include <qpdf/QUtil.hh>