Commit fb43eaabb7e71f50a4f709a4dc827ae88cd33cf8
1 parent
b546de99
Fix typos (closes #620)
Showing
2 changed files
with
6 additions
and
6 deletions
CONTRIBUTING.md
| ... | ... | @@ -10,7 +10,7 @@ Take care to read the documentation at http://libmodbus.org/documentation/. |
| 10 | 10 | https://groups.google.com/forum/#!forum/libmodbus or send an email to |
| 11 | 11 | libmodbus@googlegroups.com |
| 12 | 12 | |
| 13 | -- *Use a clear and decriptive title* for the issue to identify | |
| 13 | +- *Use a clear and descriptive title* for the issue to identify | |
| 14 | 14 | |
| 15 | 15 | - *Which version of libmodbus are you using?* you can obtain this information |
| 16 | 16 | from your package manager or by running `pkg-config --modversion libmodbus`. |
| ... | ... | @@ -19,7 +19,7 @@ You can provide the sha1 of the commit if you have fetched the code with `git`. |
| 19 | 19 | - *Which operating system are you using?* |
| 20 | 20 | |
| 21 | 21 | - *Describe the exact steps which reproduce the problem* in as many details as |
| 22 | -possible. For example, the software/equipement which runs the Modbus server, how | |
| 22 | +possible. For example, the software/equipment which runs the Modbus server, how | |
| 23 | 23 | the clients are connected (TCP, RTU, ASCII) and the source code you are using. |
| 24 | 24 | |
| 25 | 25 | - *Enable the debug mode*, libmodbus provides a function to display the content | ... | ... |
ISSUE_TEMPLATE.md
| ... | ... | @@ -20,7 +20,7 @@ Please read the following carefully before submitting this new issue. |
| 20 | 20 | |
| 21 | 21 | When you get here and you are still convinced that you want to report a bug: |
| 22 | 22 | |
| 23 | -- *Use a clear and decriptive title* for the issue to identify | |
| 23 | +- *Use a clear and descriptive title* for the issue to identify | |
| 24 | 24 | |
| 25 | 25 | - *Which version of libmodbus are you using?* you can obtain this information |
| 26 | 26 | from your package manager or by running `pkg-config --modversion libmodbus`. |
| ... | ... | @@ -29,7 +29,7 @@ When you get here and you are still convinced that you want to report a bug: |
| 29 | 29 | - *Which operating system are you using?* |
| 30 | 30 | |
| 31 | 31 | - *Describe the exact steps which reproduce the problem* in as many details as |
| 32 | - possible. For example, the software/equipement which runs the Modbus server, how | |
| 32 | + possible. For example, the software/equipment which runs the Modbus server, how | |
| 33 | 33 | the clients are connected (TCP, RTU, ASCII) and the source code you are using. |
| 34 | 34 | |
| 35 | 35 | - *Enable the debug mode*, libmodbus provides a function to display the content |
| ... | ... | @@ -62,11 +62,11 @@ everything up to and including the following line which starts with ---. |
| 62 | 62 | |
| 63 | 63 | <...> |
| 64 | 64 | |
| 65 | -## Expected behaviour | |
| 65 | +## Expected behavior | |
| 66 | 66 | |
| 67 | 67 | <...> |
| 68 | 68 | |
| 69 | -## Actual behaviour | |
| 69 | +## Actual behavior | |
| 70 | 70 | |
| 71 | 71 | <...> |
| 72 | 72 | ... | ... |