r19237: fix typo
authorStefan Metzmacher <metze@samba.org>
Wed, 11 Oct 2006 09:15:11 +0000 (09:15 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:15:24 +0000 (12:15 -0500)
metze
(This used to be commit d91041d4b6973fd9779d355cd6f9634e207b7653)

source3/libsmb/clikrb5.c

index fc9dd690b3fc6b83645406b28cf5122e907dc7dc..44713784f48997253e95949ee0ffdce18a723ade 100644 (file)
@@ -956,7 +956,7 @@ krb5_error_code decode_krb5_ap_req(const krb5_data *code, krb5_ap_req **rep);
                smb_krb5_free_ap_req(context, ap_req);
        }
 #else
-#error UNKOWN_KRB5_AP_REQ_DECODING_FUNCTION
+#error UNKNOWN_KRB5_AP_REQ_DECODING_FUNCTION
 #endif
        return ret;
 }