nightt5879 commented on PR #3489:
URL: https://github.com/apache/nuttx-apps/pull/3489#issuecomment-4498943648

   @xiaoxiang781216 I updated this using option 1.
   
   The real typos were fixed directly:
   
   - `bufffer` -> `buffer`
   - `cummulative` -> `cumulative`
   
   In `system/nxcamera/nxcamera.c`, I renamed the local variable from `parm` to 
`param`, but kept the V4L2 field access as `param.parm...` because `.parm` is 
part of `struct v4l2_streamparm`.
   
   I added `parm` to the apps `.codespellrc` ignore words list, matching the 
main `apache/nuttx` repository where `parm` is already ignored.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to