Fix all spelling mistakes in history by typos tool

This commit is contained in:
Cautreoxit
2024-08-26 15:31:58 +08:00
committed by Tate, Hongliang Tian
parent b29d3b5409
commit 86f09eef75
120 changed files with 255 additions and 213 deletions

View File

@ -279,7 +279,7 @@ int test_sigchld()
int pid = fork();
if (pid == 0) {
// child process
printf("create a new proces successfully (pid = %d)\n",
printf("create a new process successfully (pid = %d)\n",
getpid());
fflush(stdout);
exit(0);