Fix common misspellings
Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
This commit is contained in:
@@ -645,7 +645,7 @@ static int validate_simple_test(char *put_str)
|
||||
|
||||
while (*chk_str != '\0' && *put_str != '\0') {
|
||||
/* If someone does a * to match the rest of the string, allow
|
||||
* it, or stop if the recieved string is complete.
|
||||
* it, or stop if the received string is complete.
|
||||
*/
|
||||
if (*put_str == '#' || *chk_str == '*')
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user