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:
@ -97,7 +97,7 @@ main(int argc, char *argv[])
|
||||
|
||||
printf("[Client] %d bytes received:\n", total_size);
|
||||
if (total_size > 0) {
|
||||
printf("Buffer recieved:\n%s\n", buffer);
|
||||
printf("Buffer received:\n%s\n", buffer);
|
||||
}
|
||||
|
||||
close(socket_fd);
|
||||
|
||||
Reference in New Issue
Block a user