From: Volker Lendecke Date: Fri, 19 Oct 2012 15:46:14 +0000 (+0200) Subject: s3: Fix a typo X-Git-Tag: ldb-1.1.14~179 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=422ff2523d56982480877d51dec4bbd1327b7241 s3: Fix a typo --- diff --git a/source3/auth/auth_samba4.c b/source3/auth/auth_samba4.c index 6093de4d922..f91c1bbd92b 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) {