Fix typos using codespell
Conservative strategy was used, maybe other typos remain. Rebased: Simon Goldschmidt <goldsimon@gmx.de>
This commit is contained in:
@@ -137,7 +137,7 @@ httpd_post_receive_data(void *connection, struct pbuf *p)
|
||||
}
|
||||
}
|
||||
/* not returning ERR_OK aborts the connection, so return ERR_OK unless the
|
||||
conenction is unknown */
|
||||
connection is unknown */
|
||||
ret = ERR_OK;
|
||||
} else {
|
||||
ret = ERR_VAL;
|
||||
|
||||
Reference in New Issue
Block a user