s3: Fix a typo
authorVolker Lendecke <vl@samba.org>
Fri, 19 Oct 2012 15:46:14 +0000 (17:46 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 19 Oct 2012 19:29:13 +0000 (21:29 +0200)
source3/auth/auth_samba4.c

index 6093de4d9226b15870381bf25186618cfac42f82..f91c1bbd92b91eee1f307dd6b49817fd29627e74 100644 (file)
@@ -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)
 {