doc: fix minor typos

The documentation contained minor typos which are being fixed here.
This commit is contained in:
Florian Grandel 2015-04-05 21:11:26 +02:00 committed by Johan Hedberg
parent 6d404f55bd
commit 01ddd8da3e
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ if (err || !S_ISDIR(st.st_mode))
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:
/*

View File

@ -99,7 +99,7 @@ verified first:
- 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)