[HUST CSE][example] fix some typo bugs about 'sucess' and others. (#7528)

This commit is contained in:
shandianchengzi
2023-05-18 10:42:44 -04:00
committed by GitHub
parent c349fe68b8
commit a294d7da9a
15 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ static void udpserv(void *paramemter)
}
else if (bytes_read == 0)
{
LOG_W("Received warning, recv function return 0.");
LOG_W("Received warning, recv function returns 0.");
continue;
}
else