1
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/gmni synced 2024-05-19 12:26:02 +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) {
fprintf(stderr, "%s: %d %s\n",
resp.status / 10 == 4 ?
"TEMPORARY FAILURE" : "PERMANENT FALIURE",
"TEMPORARY FAILURE" : "PERMANENT FAILURE",
resp.status, resp.meta);
}
exit = true;