mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
various: Spelling fixes
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* implementation below can be used.
|
||||
*/
|
||||
|
||||
// Send "cooked" string of given length, where every occurance of
|
||||
// Send "cooked" string of given length, where every occurrence of
|
||||
// LF character is replaced with CR LF.
|
||||
void mp_hal_stdout_tx_strn_cooked(const char *str, size_t len) {
|
||||
while (len--) {
|
||||
|
||||
Reference in New Issue
Block a user