Fix typo.
authorJoe Orton <jorton@redhat.com>
Sat, 23 May 2015 11:24:03 +0000 (12:24 +0100)
committerSimo Sorce <simo@redhat.com>
Sun, 24 May 2015 21:49:17 +0000 (23:49 +0200)
Reviewed-by: Simo Sorce <simo@redhat.com>
src/mod_auth_gssapi.c

index 5b69420..6e26a35 100644 (file)
@@ -687,7 +687,7 @@ static const char *mag_sess_key(cmd_parms *parms, void *mconfig, const char *w)
 
     if (keys.length != 32) {
         ap_log_error(APLOG_MARK, APLOG_ERR|APLOG_NOERRNO, 0, parms->server,
 
     if (keys.length != 32) {
         ap_log_error(APLOG_MARK, APLOG_ERR|APLOG_NOERRNO, 0, parms->server,
-                     "Invalid key lenght, expected 32 got %d", keys.length);
+                     "Invalid key length, expected 32 got %d", keys.length);
         return NULL;
     }
 
         return NULL;
     }