summaryrefslogtreecommitdiff
path: root/source3/auth/auth_builtin.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-06-12 05:10:19 +0000
committerTim Potter <tpot@samba.org>2002-06-12 05:10:19 +0000
commit58a3a5720def44d5bf053ece272ebd18f245d18f (patch)
tree3f809eb9287fadfcf5044af61cb9f73f5fb7f6bf /source3/auth/auth_builtin.c
parent3838eabc0e9ba2ef91d90a406767814ab61bc18a (diff)
downloadsamba-58a3a5720def44d5bf053ece272ebd18f245d18f.tar.gz
samba-58a3a5720def44d5bf053ece272ebd18f245d18f.tar.bz2
samba-58a3a5720def44d5bf053ece272ebd18f245d18f.zip
Spelling fixes.
(This used to be commit de18c785ab9a253cc8bf8d7e4066de0133225c6c)
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 d2c60ae64f..c1ce1de242 100644
--- a/source3/auth/auth_builtin.c
+++ b/source3/auth/auth_builtin.c
@@ -28,7 +28,7 @@
* Return a guest logon for guest users (username = "")
*
* Typically used as the first module in the auth chain, this allows
- * guest logons to be delt with in one place. Non-gust logons 'fail'
+ * guest logons to be dealt with in one place. Non-guest logons 'fail'
* and pass onto the next module.
**/