summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-03-19 15:23:40 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-03-19 15:23:40 +0000
commitb66a4a15321860e37ce858c63ebb8c91f99735fb (patch)
tree014d73b85b4ba2372b2ba70b5ec0f5b1d99395cd /source3
parent727857871baa2d74df0e2c78550385fad8ce99f4 (diff)
downloadsamba-b66a4a15321860e37ce858c63ebb8c91f99735fb.tar.gz
samba-b66a4a15321860e37ce858c63ebb8c91f99735fb.tar.bz2
samba-b66a4a15321860e37ce858c63ebb8c91f99735fb.zip
Fix some comment typos
(This used to be commit 41ea416adbc074f3a34b66c18ed63c7d44ea28fc)
Diffstat (limited to 'source3')
-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.