Commit 5d26f29eeb8ef338ecf7de23446651a1a3a662d2

Authored by Jay Berkenbilt
1 parent 76537317

Fix typo

Showing 1 changed file with 1 additions and 1 deletions
manual/release-notes.rst
@@ -59,7 +59,7 @@ For a detailed list of changes, please see the file @@ -59,7 +59,7 @@ For a detailed list of changes, please see the file
59 ``ERROR HANDLING`` section of :file:`include/qpdf/qpdf-c.h` for 59 ``ERROR HANDLING`` section of :file:`include/qpdf/qpdf-c.h` for
60 details. In particular, exceptions thrown by the underlying C++ 60 details. In particular, exceptions thrown by the underlying C++
61 code when calling object accessors are caught and converted into 61 code when calling object accessors are caught and converted into
62 - errors. The errors can be checked by call ``qpdf_has_error``. 62 + errors. The errors can be checked by calling ``qpdf_has_error``.
63 Use ``qpdf_silence_errors`` to prevent the error from being 63 Use ``qpdf_silence_errors`` to prevent the error from being
64 written to stderr. 64 written to stderr.
65 65