renesas / fsp

Flexible Software Package (FSP) for Renesas RA MCU Family
https://renesas.github.io/fsp/
Other
182 stars 81 forks source link

Fix misspell findings & add a GitHub action for misspell #295

Open JanneKiiskila opened 9 months ago

JanneKiiskila commented 9 months ago

Fix all currently found issues with misspell.

misspell -i mosquitto -w .

Add GitHub action to run it for every PR.

Some code changes in there, I suppose as long as those are for internal (non-public) interfaces/APIs only - they should not matter. But I can't confirm that 100% on my own. Two choices:

Please review @renesas-fsp-development team.