From ea58c8592a4684f4064df7c63c9bf51db4e98c7b Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Mon, 23 Jan 2012 11:22:19 -0600 Subject: Fix typo (s/CONTECT/CONTEXT) --- x-files/gss_proxy.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-files/gss_proxy.x b/x-files/gss_proxy.x index dd05622..15c06b5 100644 --- a/x-files/gss_proxy.x +++ b/x-files/gss_proxy.x @@ -291,7 +291,7 @@ struct gssx_cred { }; /* - * Security CONTECT HANDLEs consist of a description of the security + * Security CONTEXT HANDLEs consist of a description of the security * context and an exported security context token or (if the server * can't export partially established security contexts) a server-side * state reference. -- cgit