mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-09-25 02:03:39 +08:00
Fix typos using codespell
Conservative strategy was used, maybe other typos remain. Rebased: Simon Goldschmidt <goldsimon@gmx.de>
This commit is contained in:
@@ -230,7 +230,7 @@ send_data(const ip_addr_t *addr, u16_t port)
|
||||
|
||||
ret = tftp_state.ctx->read(tftp_state.handle, &payload[2], TFTP_MAX_PAYLOAD_SIZE);
|
||||
if (ret < 0) {
|
||||
send_error(addr, port, TFTP_ERROR_ACCESS_VIOLATION, "Error occured while reading the file.");
|
||||
send_error(addr, port, TFTP_ERROR_ACCESS_VIOLATION, "Error occurred while reading the file.");
|
||||
close_handle();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user