瀏覽代碼

Fix typos (closes #620)

Stéphane Raimbault 3 年之前
父節點
當前提交
fb43eaabb7
共有 2 個文件被更改,包括 6 次插入6 次删除
  1. 2 2
      CONTRIBUTING.md
  2. 4 4
      ISSUE_TEMPLATE.md

+ 2 - 2
CONTRIBUTING.md

@@ -10,7 +10,7 @@ Take care to read the documentation at http://libmodbus.org/documentation/.
   https://groups.google.com/forum/#!forum/libmodbus or send an email to
   https://groups.google.com/forum/#!forum/libmodbus or send an email to
   libmodbus@googlegroups.com
   libmodbus@googlegroups.com
 
 
-- *Use a clear and decriptive title* for the issue to identify
+- *Use a clear and descriptive title* for the issue to identify
 
 
 - *Which version of libmodbus are you using?* you can obtain this information
 - *Which version of libmodbus are you using?* you can obtain this information
 from your package manager or by running `pkg-config --modversion libmodbus`.
 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`.
 - *Which operating system are you using?*
 - *Which operating system are you using?*
 
 
 - *Describe the exact steps which reproduce the problem* in as many details as
 - *Describe the exact steps which reproduce the problem* in as many details as
-possible. For example, the software/equipement which runs the Modbus server, how
+possible. For example, the software/equipment which runs the Modbus server, how
 the clients are connected (TCP, RTU, ASCII) and the source code you are using.
 the clients are connected (TCP, RTU, ASCII) and the source code you are using.
 
 
 - *Enable the debug mode*, libmodbus provides a function to display the content
 - *Enable the debug mode*, libmodbus provides a function to display the content

+ 4 - 4
ISSUE_TEMPLATE.md

@@ -20,7 +20,7 @@ Please read the following carefully before submitting this new issue.
 
 
 When you get here and you are still convinced that you want to report a bug:
 When you get here and you are still convinced that you want to report a bug:
 
 
-- *Use a clear and decriptive title* for the issue to identify
+- *Use a clear and descriptive title* for the issue to identify
 
 
 - *Which version of libmodbus are you using?* you can obtain this information
 - *Which version of libmodbus are you using?* you can obtain this information
    from your package manager or by running `pkg-config --modversion libmodbus`.
    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:
 - *Which operating system are you using?*
 - *Which operating system are you using?*
 
 
 - *Describe the exact steps which reproduce the problem* in as many details as
 - *Describe the exact steps which reproduce the problem* in as many details as
-   possible. For example, the software/equipement which runs the Modbus server, how
+   possible. For example, the software/equipment which runs the Modbus server, how
    the clients are connected (TCP, RTU, ASCII) and the source code you are using.
    the clients are connected (TCP, RTU, ASCII) and the source code you are using.
 
 
 - *Enable the debug mode*, libmodbus provides a function to display the content
 - *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 ---.
 
 
   <...>
   <...>
 
 
-## Expected behaviour
+## Expected behavior
 
 
   <...>
   <...>
 
 
-## Actual behaviour
+## Actual behavior
 
 
   <...>
   <...>