-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
Issue Type
[x] Bug (Typo)
Steps to Replicate and Expected Behaviour
- Examine examples/common/asynchronous_processor.py, examples/contrib/asynchronous_asyncio_modbus_tls_client.py, examples/contrib/concurrent_client.py, examples/contrib/modbus_saver.py, examples/contrib/modbus_tls_client.py and observe
neccessary, however expect to seenecessary. - Examine pymodbus/repl/client/mclient.py and observe
seperated, however expect to seeseparated. - Examine examples/contrib/bcd_payload.py, examples/contrib/modicon_payload.py, pymodbus/payload.py and observe
reponse, however expect to seeresponse. - Examine examples/contrib/modbus_simulator.py, examples/contrib/remote_server_context.py, pymodbus/datastore/context.py and observe
existance, however expect to seeexistence. - Examine pymodbus/client/sync.py and observe
continuosly, however expect to seecontinuously. - Examine examples/common/async_asyncio_client.py, examples/common/async_asyncio_serial_client.py and observe
ayncio, however expect to seeasyncio. - Examine pymodbus/device.py and observe
singleotn, however expect to seesingleton. - Examine README.rst and observe
respository, however expect to seerepository. - Examine README.rst and observe
recomended, however expect to seerecommended. - Examine pymodbus/utilities.py and observe
recieved, however expect to seereceived. - Examine examples/common/asynchronous_processor.py and observe
procesing, however expect to seeprocessing. - Examine examples/gui/bottle/media/js/backbone.js and observe
prefered, however expect to seepreferred. - Examine examples/tools/build_datastore.py and observe
pickeld, however expect to seepickled. - Examine pymodbus/constants.py and observe
optinoal, however expect to seeoptional. - Examine examples/contrib/message_parser.py and observe
messge, however expect to seemessage. - Examine pymodbus/datastore/store.py and observe
intially, however expect to seeinitially. - Examine examples/gui/bottle/frontend.py and observe
initialied, however expect to seeinitialized. - Examine test/test_server_sync.py and observe
intial, however expect to seeinitial.
Notes
Semi-automated issue generated by
https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
To avoid wasting CI processing resources a branch with the fix has been
prepared but a pull request has not yet been created. A pull request fixing
the issue can be prepared from the link below, feel free to create it or
request @timgates42 create the PR. Alternatively if the fix is undesired please
close the issue with a small comment about the reasoning.
https://github.com/timgates42/pymodbus/pull/new/bugfix_typos
Thanks.