Commit beda26ed49d86585b2fb667fc61e40cffdd0012c
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,10 +202,10 @@ Building docs from pull requests is also enabled. | ||
| 202 | * Debug code: #include <qpdf/assert_debug.h> first and use | 202 | * Debug code: #include <qpdf/assert_debug.h> first and use |
| 203 | qpdf_assert_debug instead of assert. Note that <qpdf/Util.hh> | 203 | qpdf_assert_debug instead of assert. Note that <qpdf/Util.hh> |
| 204 | includes assert_debug.h. Include this instead if 'At most one | 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 | using assert in private header files. | 206 | using assert in private header files. |
| 207 | * Use 'qpdf_expect', 'qpdf_static_expect', 'qpdf_ensures' and | 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 | This requires inclusion of 'assert_debug.h' or 'Util.hh'. Remember | 209 | This requires inclusion of 'assert_debug.h' or 'Util.hh'. Remember |
| 210 | that these (except for 'qpdf_static_expect') are only checked in | 210 | that these (except for 'qpdf_static_expect') are only checked in |
| 211 | debug builds. | 211 | debug builds. |