summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-06 21:33:29 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commit3ab25d595b0dcfbcf2974faf526683d795cba1a9 (patch)
treef2532210d6d0726c9d227362c10f2cd9489ec1a5 /include
parent4577df4b5ddf363f5f877fe3b4b4c9ae710c9d55 (diff)
downloadqpdf-3ab25d595b0dcfbcf2974faf526683d795cba1a9.tar.zst
Fix doc typos caught by m-holger -- thanks
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFArgParser.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/QPDFArgParser.hh b/include/qpdf/QPDFArgParser.hh
index 15c17399..7054a706 100644
--- a/include/qpdf/QPDFArgParser.hh
+++ b/include/qpdf/QPDFArgParser.hh
@@ -35,7 +35,7 @@
// crafted to work with qpdf. qpdf's command-line syntax is very
// complex because of its long history, and it doesn't really follow
// any kind of normal standard for arguments, but it's important for
-// backward compatibility not ensure we don't break what constitutes a
+// backward compatibility to ensure we don't break what constitutes a
// valid command. This class handles the quirks of qpdf's argument
// parsing, bash/zsh completion, and support for @argfile to read
// arguments from a file.