aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-05 01:44:10 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-05 17:24:56 +0100
commit88c3d556d552a94aa42eaa2fa43667952e123dc8 (patch)
tree83a41f48883dc70a3610196c166c01a2d77f9993 /README-maintainer
parente782d5e951e33b31068e0e71e7ce99a88b882544 (diff)
downloadqpdf-88c3d556d552a94aa42eaa2fa43667952e123dc8.tar.zst
Spell check
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-maintainer b/README-maintainer
index db07a0a7..10d65253 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -93,7 +93,7 @@ CODING RULES
first at least once, thereby ensuring that it explicitly includes
all the headers it needs, which in turn alleviates lots of header
ordering problems. The blank line ensures that formatters don't
- messt his up by resorting the headers.
+ mess this up by resorting the headers.
* Avoid atoi. Use QUtil::string_to_int instead. It does
overflow/underflow checking.