fix type s/MUTAL/MUTUAL/ in gssapi/krb5

This commit is contained in:
Roland C. Dowdeswell
2021-08-04 22:09:18 +01:00
committed by Luke Howard
parent 3a6229f64a
commit fe426f7a28
2 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ typedef struct gsskrb5_ctx {
/* initiator states */
INITIATOR_START,
INITIATOR_RESTART,
INITIATOR_WAIT_FOR_MUTAL,
INITIATOR_WAIT_FOR_MUTUAL,
INITIATOR_READY,
/* acceptor states */
ACCEPTOR_START,