From 5d26f29eeb8ef338ecf7de23446651a1a3a662d2 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 20 Dec 2021 07:10:01 -0500 Subject: Fix typo --- manual/release-notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual') 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. -- cgit v1.2.3-54-g00ecf