8000 Add code-spell spelling checks to CI by earlephilhower · Pull Request #8067 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Add code-spell spelling checks to CI #8067

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
May 23, 2021
Prev Previous commit
Next Next commit
Minor spelling fix, not sure why it wasn't caught
  • Loading branch information
earlephilhower committed May 21, 2021
commit b5b76fbc0dd6077fd3c68c2be010403b124eb293
2 changes: 1 addition & 1 deletion libraries/ESP8266WiFi/src/include/UdpContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class UdpContext
// (before ipv6 code we had: (data-pbuf) -> (data-pbuf) -> (data-pbuf) -> ... in the receiving order)
// Now: (address-info-pbuf -> chained-data-pbuf [-> chained-data-pbuf...]) ->
// (chained-address-info-pbuf -> chained-data-pbuf [-> chained...]) -> ...
// _rx_buf is currently adsressing a data pbuf,
// _rx_buf is currently adressing a data pbuf,
// in this function it is going to be discarded.

auto deleteme = _rx_buf;
Expand Down
0