cgmnlm

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

commit 8970adc23e0a1bcf29d211f353dbd5ebd68cfe66
parent cb63b8ddf093711607ff98e933d4bd04154a854b
Author: Tommy Nguyen <remyabel@gmail.com>
Date:   Wed, 18 Nov 2020 04:44:06 -0500

Fix typo in error message.

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

diff --git a/src/gmnlm.c b/src/gmnlm.c @@ -471,7 +471,7 @@ do_requests(struct browser *browser, struct gemini_response *resp) requesting = false; fprintf(stderr, "Server returned %s %d %s\n", resp->status / 10 == 4 ? - "TEMPORARY FAILURE" : "PERMANENT FALIURE", + "TEMPORARY FAILURE" : "PERMANENT FAILURE", resp->status, resp->meta); break; case GEMINI_STATUS_CLASS_SUCCESS: