summaryrefslogtreecommitdiff
path: root/source3/auth/auth_builtin.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-04-11 12:24:07 +0200
committerVolker Lendecke <vl@samba.org>2010-04-11 13:53:19 +0200
commitbc619586f210dad5ed01859e21b5f657a34052bf (patch)
tree44efb7306c6d97992e08d4f95b529cdd1d987630 /source3/auth/auth_builtin.c
parentc5c40f26482696aca9ee67d170e827f450d59a8b (diff)
downloadsamba-bc619586f210dad5ed01859e21b5f657a34052bf.tar.gz
samba-bc619586f210dad5ed01859e21b5f657a34052bf.tar.bz2
samba-bc619586f210dad5ed01859e21b5f657a34052bf.zip
s3: Fix a typo
Diffstat (limited to 'source3/auth/auth_builtin.c')
-rw-r--r--source3/auth/auth_builtin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_builtin.c b/source3/auth/auth_builtin.c
index 705fdda3e8..b4ed70cfdd 100644
--- a/source3/auth/auth_builtin.c
+++ b/source3/auth/auth_builtin.c
@@ -149,7 +149,7 @@ static DATA_BLOB auth_get_fixed_challenge(const struct auth_context *auth_contex
}
-/** Module initailisation function */
+/** Module initialisation function */
static NTSTATUS auth_init_fixed_challenge(struct auth_context *auth_context, const char *param, auth_methods **auth_method)
{