diff --git a/doc/coding-style.txt b/doc/coding-style.txt
index b3fbd2e..f0bf880 100644
--- a/doc/coding-style.txt
+++ b/doc/coding-style.txt
M2: Multiple line comment
=========================
-If your comments have more then one line, please start it from the second line.
+If your comment has more than one line, please start it from the second line.
Example:
/*
diff --git a/doc/maintainer-guidelines.txt b/doc/maintainer-guidelines.txt
index fef90c8..21162d4 100644
--- a/doc/maintainer-guidelines.txt
+++ b/doc/maintainer-guidelines.txt
- Check that the names are acceptible with other maintainers
- Ensure that the file modes are correct
- Verify that the license & copyright headers are correct
- - If the file is supposed to be part of the release taraball,
+ - If the file is supposed to be part of the release tarball,
make sure that it gets picked up by 'make dist' (particularly
important for documentation or other files that are not code)