Commit beda26ed49d86585b2fb667fc61e40cffdd0012c

Authored by m-holger
1 parent cafcf6bd

Fix typos in `README-maintainer.md`.

Showing 1 changed file with 2 additions and 2 deletions
README-maintainer.md
... ... @@ -202,10 +202,10 @@ Building docs from pull requests is also enabled.
202 202 * Debug code: #include <qpdf/assert_debug.h> first and use
203 203 qpdf_assert_debug instead of assert. Note that <qpdf/Util.hh>
204 204 includes assert_debug.h. Include this instead if 'At most one
205   - qpdf/assert header ...' errors are encounted, especially when
  205 + qpdf/assert header ...' errors are encountered, especially when
206 206 using assert in private header files.
207 207 * Use 'qpdf_expect', 'qpdf_static_expect', 'qpdf_ensures' and
208   - 'qpdf_ionvariant' to document pre/post-conditions and ivariants.
  208 + 'qpdf_invariant' to document pre/post-conditions and invariants.
209 209 This requires inclusion of 'assert_debug.h' or 'Util.hh'. Remember
210 210 that these (except for 'qpdf_static_expect') are only checked in
211 211 debug builds.
... ...