1
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/gmni synced 2024-06-10 09:26:04 +02:00

fix typo in PERMANENT FAILURE response

This commit is contained in:
René Wagner 2020-11-03 10:06:13 +01:00 committed by Drew DeVault
parent 021d8f8fdf
commit 61af57e302

View File

@ -287,7 +287,7 @@ main(int argc, char *argv[])
if (header_mode == OMIT_HEADERS) { if (header_mode == OMIT_HEADERS) {
fprintf(stderr, "%s: %d %s\n", fprintf(stderr, "%s: %d %s\n",
resp.status / 10 == 4 ? resp.status / 10 == 4 ?
"TEMPORARY FAILURE" : "PERMANENT FALIURE", "TEMPORARY FAILURE" : "PERMANENT FAILURE",
resp.status, resp.meta); resp.status, resp.meta);
} }
exit = true; exit = true;