summaryrefslogtreecommitdiffstats
path: root/README-maintainer.md
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-22 20:19:08 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-22 20:22:20 +0200
commite452d9dca60bb30ed6a0aa9f437ad40265214cb8 (patch)
treecf003869f783f45b38ea8b8035229bfd42000195 /README-maintainer.md
parent2a8cd4acdc48f050a0be66405cfbe9ba1c6ce9da (diff)
downloadqpdf-e452d9dca60bb30ed6a0aa9f437ad40265214cb8.tar.zst
Spell check
Diffstat (limited to 'README-maintainer.md')
-rw-r--r--README-maintainer.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-maintainer.md b/README-maintainer.md
index 1841de0c..41e1e903 100644
--- a/README-maintainer.md
+++ b/README-maintainer.md
@@ -1,6 +1,6 @@
# Release Reminders
-* Test for binary compatility. The easiest way to do this is to check out the last release, run the test suite, check out the new release, run `make build_libqpdf`, check out the old release, and run `make check NO_REBUILD=1`.
+* Test for binary compatibility. The easiest way to do this is to check out the last release, run the test suite, check out the new release, run `make build_libqpdf`, check out the old release, and run `make check NO_REBUILD=1`.
* When making a release, always remember to run large file tests and image comparison tests (`--enable-test-compare-images` `--with-large-file-test-path=/path`). For Windows, use a Windows style path, not an MSYS path for large files. For a major release, consider running a spelling checker over the source code to catch errors in variable names, strings, and comments. Use `ispell -p ispell-words`.
* Run tests with sanitize address enabled:
```