Commit 9e731d8
docs: fix a few simple typos (#649)
There are small typos in:
- README.rst
- examples/common/async_asyncio_client.py
- examples/common/async_asyncio_serial_client.py
- examples/common/asynchronous_processor.py
- examples/contrib/asynchronous_asyncio_modbus_tls_client.py
- examples/contrib/bcd_payload.py
- examples/contrib/concurrent_client.py
- examples/contrib/message_parser.py
- examples/contrib/modbus_saver.py
- examples/contrib/modbus_simulator.py
- examples/contrib/modbus_tls_client.py
- examples/contrib/modicon_payload.py
- examples/contrib/remote_server_context.py
- examples/gui/bottle/frontend.py
- examples/gui/bottle/media/js/backbone.js
- examples/tools/build_datastore.py
- pymodbus/client/sync.py
- pymodbus/constants.py
- pymodbus/datastore/context.py
- pymodbus/datastore/store.py
- pymodbus/device.py
- pymodbus/payload.py
- pymodbus/repl/client/mclient.py
- pymodbus/utilities.py
- test/test_server_sync.py
Fixes:
- Should read `necessary` rather than `neccessary`.
- Should read `separated` rather than `seperated`.
- Should read `response` rather than `reponse`.
- Should read `existence` rather than `existance`.
- Should read `continuously` rather than `continuosly`.
- Should read `asyncio` rather than `ayncio`.
- Should read `singleton` rather than `singleotn`.
- Should read `repository` rather than `respository`.
- Should read `recommended` rather than `recomended`.
- Should read `received` rather than `recieved`.
- Should read `processing` rather than `procesing`.
- Should read `preferred` rather than `prefered`.
- Should read `pickled` rather than `pickeld`.
- Should read `optional` rather than `optinoal`.
- Should read `message` rather than `messge`.
- Should read `initially` rather than `intially`.
- Should read `initialized` rather than `initialied`.
- Should read `initial` rather than `intial`.
Closes #642
Co-authored-by: dhoomakethu <otlasanju@gmail.com>1 parent c8125c8 commit 9e731d8
File tree
25 files changed
+30
-30
lines changed- examples
- common
- contrib
- gui/bottle
- media/js
- tools
- pymodbus
- client
- datastore
- repl/client
- test
25 files changed
+30
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments