contrib: Fix speling issues

Found by codespell
This commit is contained in:
Erik Ekman
2023-10-14 18:01:37 +02:00
parent 3c06267d8e
commit e7abb85d63
4 changed files with 6 additions and 6 deletions

View File

@@ -120,7 +120,7 @@ const char *lwip_inet_ntop(int af, const void *src, char *dst, socklen_t size);
int lwip_inet_pton(int af, const char *src, void *dst);
#endif
/* Unsuported indetifiers */
/* Unsupported identifiers */
#ifndef SO_NO_CHECK
#define SO_NO_CHECK 0xFF
#endif