cgmnlm

colorful gemini line mode browser
git clone https://git.clttr.info/cgmnlm.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 61af57e302efd90458e17fa9f0bfaf5b3828954f
parent 021d8f8fdfcb9be636a73d7c59d540d8255cc0df
Author: René Wagner <rwagner@rw-net.de>
Date:   Tue,  3 Nov 2020 10:06:13 +0100

fix typo in PERMANENT FAILURE response

Diffstat:
Msrc/gmni.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gmni.c b/src/gmni.c @@ -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;