From beda26ed49d86585b2fb667fc61e40cffdd0012c Mon Sep 17 00:00:00 2001 From: m-holger Date: Mon, 27 Oct 2025 19:44:33 +0000 Subject: [PATCH] Fix typos in `README-maintainer.md`. --- README-maintainer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-maintainer.md b/README-maintainer.md index 3da387a..4b0de41 100644 --- a/README-maintainer.md +++ b/README-maintainer.md @@ -202,10 +202,10 @@ Building docs from pull requests is also enabled. * Debug code: #include first and use qpdf_assert_debug instead of assert. Note that includes assert_debug.h. Include this instead if 'At most one - qpdf/assert header ...' errors are encounted, especially when + qpdf/assert header ...' errors are encountered, especially when using assert in private header files. * Use 'qpdf_expect', 'qpdf_static_expect', 'qpdf_ensures' and - 'qpdf_ionvariant' to document pre/post-conditions and ivariants. + 'qpdf_invariant' to document pre/post-conditions and invariants. This requires inclusion of 'assert_debug.h' or 'Util.hh'. Remember that these (except for 'qpdf_static_expect') are only checked in debug builds. -- libgit2 0.21.4