arduino-libraries / Servo

Servo Library for Arduino
http://arduino.cc/
GNU Lesser General Public License v2.1
233 stars 251 forks source link

Fix typos in documentation #119

Closed per1234 closed 7 months ago

per1234 commented 7 months ago

A misspelled word was introduced to the project content by a developer circumventing the CI system through a push directly to the master branch (https://github.com/arduino-libraries/Servo/commit/5d580e24eb563ba5c8343ebb3c2e156853391060). This caused the failure of all runs of the "Spell Check" GitHub Actions workflow from that point onward:

https://github.com/arduino-libraries/Servo/actions/runs/6940870827/job/18880592376#step:4:17

Error: ./src/renesas/Servo.cpp:38: sturct ==> struct

While I was fixing that, I did a comprehensive review of all files in the repository and fixed all the other typos I found.