From 88c3d556d552a94aa42eaa2fa43667952e123dc8 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 4 Feb 2022 19:44:10 -0500 Subject: Spell check --- README-maintainer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README-maintainer') 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. -- cgit v1.2.3-54-g00ecf