slof-spelling-seperator

Gbp-Pq: Name slof-spelling-seperator.patch
Signed-off-by: Cong Liu <liucong2@kylinos.cn>
This commit is contained in:
Debian QEMU Team 2022-11-03 15:33:35 +08:00 committed by Cong Liu
parent 20e5e128b2
commit 918f2ed30f
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ int parse_tftp_args(char buffer[], char *server_ip, char filename[], int fd,
/* look for dns server name */
tmp1 = strchr(raw, '.');
if (tmp1 == NULL) {
printf("\n missing . seperator in %s\n", raw);
printf("\n missing . separator in %s\n", raw);
free(raw);
return -1;
}