aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
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;