summaryrefslogtreecommitdiff
path: root/source3/auth/auth_builtin.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-03-19 15:24:17 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-03-19 15:24:17 +0000
commit702e76dd3ed8bc64e8869ce435cf4ed154266551 (patch)
tree5bfe39b6375cc78a88ab51ea654e270a6946a435 /source3/auth/auth_builtin.c
parentbde1f785b4a7606f1c084948d28b297fc0863212 (diff)
downloadsamba-702e76dd3ed8bc64e8869ce435cf4ed154266551.tar.gz
samba-702e76dd3ed8bc64e8869ce435cf4ed154266551.tar.bz2
samba-702e76dd3ed8bc64e8869ce435cf4ed154266551.zip
Fix some comment typos
(This used to be commit 051b33e98f94ad09b4d8816a88e78715e7dc2a5e)
Diffstat (limited to 'source3/auth/auth_builtin.c')
-rw-r--r--source3/auth/auth_builtin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/auth/auth_builtin.c b/source3/auth/auth_builtin.c
index 32f39311dc..3b0b84b525 100644
--- a/source3/auth/auth_builtin.c
+++ b/source3/auth/auth_builtin.c
@@ -99,7 +99,7 @@ static NTSTATUS check_name_to_ntstatus_security(const struct auth_context *auth_
return nt_status;
}
-/** Module initailisation function */
+/** Module initialisation function */
NTSTATUS auth_init_name_to_ntstatus(struct auth_context *auth_context, const char *param, auth_methods **auth_method)
{
@@ -112,7 +112,7 @@ NTSTATUS auth_init_name_to_ntstatus(struct auth_context *auth_context, const cha
}
/**
- * Return a 'fixed' challenge instead of a varaible one.
+ * Return a 'fixed' challenge instead of a variable one.
*
* The idea of this function is to make packet snifs consistant
* with a fixed challenge, so as to aid debugging.