QuantumLeaps / qpcpp

QP/C++ Real-Time Embedded Framework/RTOS for embedded systems based on active objects (actors) and hierarchical state machines
https://www.state-machine.com/products/qp
386 stars 82 forks source link

pull request: correct typo #22

Closed ndrs-pst closed 7 months ago

ndrs-pst commented 8 months ago

Utilized a spell checking tool to identify and correct spelling

quantum-leaps commented 8 months ago

Hi ndrs-pst, Thank you for spell-checking the qpcpp project and for all the corrections. The corrections are mostly fine, but they are clearly mechanical and in some cases, they are incorrectly applied to the source code (e.g., GPIO->P[LED_PORT].DOUT -> GPIO->P[LED_PORT].DOUBT, etc.) I have performed manual merging and the fixed typos will be released in the next QP/C++ 7.3.3.

Quick question: which spell checking tool did you use?

--MMS

ndrs-pst commented 8 months ago

Thank you for the correction. By the way, I used https://github.com/codespell-project/codespell

quantum-leaps commented 7 months ago

All the typos found by codespell and many more have been corrected in QP 7.3.3. --MMS