diff --git a/src/gmnlm.c b/src/gmnlm.c

index 9f76188252a30e95868b99d64d57369ac03a7e1c..23b8e6054c6824ebfe4aba19404d7eeb2c3dab35 100644

--- a/src/gmnlm.c

+++ b/src/gmnlm.c

@@ -471,7 +471,7 @@ case GEMINI_STATUS_CLASS_PERMANENT_FAILURE:

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: