aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-10-07 23:46:07 +0200
committerJay Berkenbilt <ejb@ql.org>2023-10-07 23:52:35 +0200
commit8854143c7b204534d4ee2ecdf96fd17be0f7e9bd (patch)
tree98c4e141ff9908f554c958c7c201a1d3ccdbad19 /examples
parent076b33ce4ef5027428fefbc0cddb5a3f86221c3d (diff)
downloadqpdf-8854143c7b204534d4ee2ecdf96fd17be0f7e9bd.tar.zst
Spell check
Diffstat (limited to 'examples')
-rw-r--r--examples/qpdfjob-remove-annotations.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qpdfjob-remove-annotations.cc b/examples/qpdfjob-remove-annotations.cc
index bc043d33..1ebb5366 100644
--- a/examples/qpdfjob-remove-annotations.cc
+++ b/examples/qpdfjob-remove-annotations.cc
@@ -8,7 +8,7 @@
// This example demonstrates how we can use the QPDFJob createQPDF and writeQPDF methods to add
// custom transformations to the output produced by QPDFJob runs. The example is a full copy of the
-// qpdf program modified to allways remove all annotations from the final output.
+// qpdf program modified to always remove all annotations from the final output.
static char const* whoami = nullptr;