Skip to content

Conversation

@timgates42
Copy link
Contributor

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

dhoomakethu and others added 2 commits May 13, 2021 21:29
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
@timgates42 timgates42 changed the base branch from master to dev July 1, 2021 12:55
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 1, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@dhoomakethu dhoomakethu added the 3.x label Jul 7, 2021
@dhoomakethu dhoomakethu merged commit 9e731d8 into pymodbus-dev:dev Aug 1, 2021
camtarn pushed a commit to camtarn/pymodbus that referenced this pull request Dec 6, 2021
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 pymodbus-dev#642

Co-authored-by: dhoomakethu <otlasanju@gmail.com>
camtarn added a commit to camtarn/pymodbus that referenced this pull request Dec 6, 2021
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 pymodbus-dev#642

Co-authored-by: dhoomakethu <otlasanju@gmail.com>
camtarn added a commit to camtarn/pymodbus that referenced this pull request Dec 6, 2021
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 pymodbus-dev#642

Co-authored-by: dhoomakethu <otlasanju@gmail.com>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Proposing a PR to fix a few small typos

2 participants