From dcf51c7a3fb148ff73b28bc48cac42ef71a4ae8c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 15 May 2013 10:36:41 +0200 Subject: Fix typo in gssi_import_name_by_mech(). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner Reviewed-by: Simo Sorce --- proxy/src/mechglue/gpp_import_and_canon_name.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proxy/src') diff --git a/proxy/src/mechglue/gpp_import_and_canon_name.c b/proxy/src/mechglue/gpp_import_and_canon_name.c index bb1ddcc..2ebd335 100644 --- a/proxy/src/mechglue/gpp_import_and_canon_name.c +++ b/proxy/src/mechglue/gpp_import_and_canon_name.c @@ -120,11 +120,11 @@ OM_uint32 gssi_import_name_by_mech(OM_uint32 *minor_status, goto done; } - /* Alays use remote name by default, otherwise canonicalization + /* Always use remote name by default, otherwise canonicalization * will loose information about the original name, for example * it will convert names of the special type GSS_C_NT_STRING_UID_NAME * or GSS_NT_MACHINE_UID_NAME in a non reversible way and the proxy - * will not be a le to use them as intended (for impersonation by + * will not be able to use them as intended (for impersonation by * trusted services) */ maj = gpm_import_name(&min, input_name_buffer, -- cgit