lib/gssapi/test_context.c: fix typo

This commit is contained in:
Roland C. Dowdeswell
2026-05-25 11:51:19 +01:00
committed by Nico Williams
parent 3ff4191ba9
commit 19325d4252
+1 -1
View File
@@ -483,7 +483,7 @@ loop(gss_OID mechoid,
if (*deleg_cred != GSS_C_NO_CREDENTIAL)
errx(1, "got delegated cred but didn't expect one");
} else if (*deleg_cred == GSS_C_NO_CREDENTIAL)
errx(1, "asked for delegarated cred but did get one");
errx(1, "asked for delegated cred but did get one");
} else if (*deleg_cred != GSS_C_NO_CREDENTIAL)
errx(1, "got deleg_cred cred but didn't ask");