aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-20 13:10:01 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-20 13:10:08 +0100
commit5d26f29eeb8ef338ecf7de23446651a1a3a662d2 (patch)
treef586474908c6e24da78953732258ed9ddf5b060f
parent765373174feceefcc93fec8ae2afb8b380b725f1 (diff)
downloadqpdf-5d26f29eeb8ef338ecf7de23446651a1a3a662d2.tar.zst
Fix typo
-rw-r--r--manual/release-notes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index 08187ae5..4750cb23 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -59,7 +59,7 @@ For a detailed list of changes, please see the file
``ERROR HANDLING`` section of :file:`include/qpdf/qpdf-c.h` for
details. In particular, exceptions thrown by the underlying C++
code when calling object accessors are caught and converted into
- errors. The errors can be checked by call ``qpdf_has_error``.
+ errors. The errors can be checked by calling ``qpdf_has_error``.
Use ``qpdf_silence_errors`` to prevent the error from being
written to stderr.