Cleanup
[cyrus-sasl.git] / mech_eap / inquire_context.c
index daa4602..fec50af 100644 (file)
@@ -59,7 +59,7 @@ gss_inquire_context(OM_uint32 *minor,
     }
 
     if (targ_name != NULL) {
-        major = gss_duplciate_name(minor, ctx->acceptorName, targ_name);
+        major = gss_duplicate_name(minor, ctx->acceptorName, targ_name);
         if (GSS_ERROR(major))
             goto cleanup;
     }