sumpfralle opened a new pull request, #16319: URL: https://github.com/apache/nuttx/pull/16319
## Summary [Codespell](https://github.com/codespell-project/codespell/) discovered a few typos in variable or function names. These misspelled words are used in strictly local scopes. Renaming these should not cause any problems. ## Impact * Changing the name of a local variable within a function should not cause issues. * One python function name was changed. But this function was only used in self-contained script (not a library module). * One item name in an X macro was changed. But this X macro was used only in a module (not visible via the corresponding header file). ## Testing No testing was conducted. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org