summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2013-05-15 10:36:41 +0200
committerGünther Deschner <gd@samba.org>2013-05-15 13:34:46 +0200
commitdcf51c7a3fb148ff73b28bc48cac42ef71a4ae8c (patch)
tree5febf6b397c63e3c373cd69cf3b45c92a2f52b8b
parent05ac9c5b910f6ba39b33f3cc8f29b1a3c0c4544e (diff)
downloadgss-proxy-dcf51c7a3fb148ff73b28bc48cac42ef71a4ae8c.tar.gz
gss-proxy-dcf51c7a3fb148ff73b28bc48cac42ef71a4ae8c.tar.xz
gss-proxy-dcf51c7a3fb148ff73b28bc48cac42ef71a4ae8c.zip
Fix typo in gssi_import_name_by_mech().
Signed-off-by: Günther Deschner <gdeschner@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
-rw-r--r--proxy/src/mechglue/gpp_import_and_canon_name.c4
1 files changed, 2 insertions, 2 deletions
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,