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