util: spelling fix

This commit is contained in:
Stephen Hemminger 2018-10-18 13:23:38 -07:00
parent c60683e246
commit 95debca728

View File

@ -1436,7 +1436,7 @@ int makeargs(char *line, char *argv[], int maxargs)
break;
}
/* seperate words */
/* separate words */
*cp++ = 0;
}
argv[argc] = NULL;