diff options
author | Volker Lendecke <vl@samba.org> | 2012-10-19 17:46:14 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-10-19 21:29:13 +0200 |
commit | 422ff2523d56982480877d51dec4bbd1327b7241 (patch) | |
tree | 4581991fa29f4f83565fa8067c176e7bb3117f82 | |
parent | 9a2db48e7ebe808019d1bd2bfc2bd3c77204d4b2 (diff) | |
download | samba-422ff2523d56982480877d51dec4bbd1327b7241.tar.gz samba-422ff2523d56982480877d51dec4bbd1327b7241.tar.bz2 samba-422ff2523d56982480877d51dec4bbd1327b7241.zip |
s3: Fix a typo
-rw-r--r-- | source3/auth/auth_samba4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_samba4.c b/source3/auth/auth_samba4.c index 6093de4d92..f91c1bbd92 100644 --- a/source3/auth/auth_samba4.c +++ b/source3/auth/auth_samba4.c @@ -106,7 +106,7 @@ static NTSTATUS check_samba4_security(const struct auth_context *auth_context, } /* Hook to allow GENSEC to handle blob-based authentication - * mechanisms, without directly linking the mechansim code */ + * mechanisms, without directly linking the mechanism code */ static NTSTATUS prepare_gensec(TALLOC_CTX *mem_ctx, struct gensec_security **gensec_context) { |