aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
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.