arduino-libraries / Arduino_AdvancedAnalog

Advanced Analog Library
GNU Lesser General Public License v2.1
7 stars 5 forks source link

Fix misspelled word in sketch comment #45

Closed per1234 closed 9 months ago

per1234 commented 9 months ago

The codespell tool is used for automated detection of common misspellings in the files of this project.

A new release of codespell includes an expansion of its misspellings dictionary. The new version was able to catch a previously undetected typo in a sketch comment:

https://github.com/arduino-libraries/Arduino_AdvancedAnalog/actions/runs/6390304186/job/17343291223#step:4:17

Error: ./examples/Advanced/ADC_Multi_Channel_Dynamic/ADC_Multi_Channel_Dynamic.ino:37: cylce ==> cycle

The misspelled word is corrected here.