Skip to content

Commit 197cf29

Browse files
committed
Fix typo
1 parent 1351170 commit 197cf29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod_auth_gssapi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ static int mag_auth(request_rec *req)
245245
#ifdef HAVE_GSS_STORE_CRED_INTO
246246
if (cfg->cred_store && delegated_cred != GSS_C_NO_CREDENTIAL) {
247247
gss_key_value_set_desc store = {0, NULL};
248-
/* FIXME: run substtutions */
248+
/* FIXME: run substitutions */
249249

250250
maj = gss_store_cred_into(&min, delegated_cred, GSS_C_INITIATE,
251251
GSS_C_NULL_OID, 1, 1, &store, NULL, NULL);

0 commit comments

Comments
 (0)