diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-01 19:37:33 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-01 19:37:33 +0000 |
| commit | 75f46cf6c81eff6229b9579513b6e7769b91d75d (patch) | |
| tree | 0915c4e45d9b930a70f4e5e0d87c272630e6ade2 /lib/libgssapi | |
| parent | 7b45c9dfe1181992c75439a067e7462ad92e9bd4 (diff) | |
Notes
Diffstat (limited to 'lib/libgssapi')
| -rw-r--r-- | lib/libgssapi/gss_accept_sec_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libgssapi/gss_accept_sec_context.c b/lib/libgssapi/gss_accept_sec_context.c index 930da7f656fd..0fa739c96a9e 100644 --- a/lib/libgssapi/gss_accept_sec_context.c +++ b/lib/libgssapi/gss_accept_sec_context.c @@ -135,7 +135,7 @@ choose_mech(const gss_buffer_t input, gss_OID mech_oid) return (GSS_S_COMPLETE); } else if (input->length == 0) { /* - * There is the a wierd mode of SPNEGO (in CIFS and + * There is the a weird mode of SPNEGO (in CIFS and * SASL GSS-SPENGO where the first token is zero * length and the acceptor returns a mech_list, lets * hope that is what is happening now. |
