fix: correct typos and improve comments across multiple files by codespell (#4116)

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi
2025-03-07 08:21:54 +08:00
committed by GitHub
parent 73998e4c85
commit 412631ac13
108 changed files with 215 additions and 215 deletions

View File

@ -54,7 +54,7 @@ The output of client is like:
[Client] Connect socket
[Client] Client receive
[Client] 115 bytes received:
Buffer recieved:
Buffer received:
Say Hi from the Server
Say Hi from the Server
Say Hi from the Server
@ -117,7 +117,7 @@ The output is:
```bash
Wait for client to connect
Client connected, sleeping for 10s
Shuting down
Shutting down
```
```bash
@ -195,7 +195,7 @@ The output of client is like:
[Client] Create socket
[Client] Client send
[Client] Client receive
[Client] Buffer recieved: Hello from server
[Client] Buffer received: Hello from server
[Client] BYE
```