summaryrefslogtreecommitdiffstats
path: root/source/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
commitde18c785ab9a253cc8bf8d7e4066de0133225c6c (patch)
tree76e8748999811be8e0419d9528b219a0f289b89b /source/auth/auth_builtin.c
parentaff65bf6c9f339ae1d3122d12114005c017b9b5d (diff)
downloadsamba-de18c785ab9a253cc8bf8d7e4066de0133225c6c.tar.gz
samba-de18c785ab9a253cc8bf8d7e4066de0133225c6c.tar.xz
samba-de18c785ab9a253cc8bf8d7e4066de0133225c6c.zip
Spelling fixes.
Diffstat (limited to 'source/auth/auth_builtin.c')
-rw-r--r--source/auth/auth_builtin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/auth/auth_builtin.c b/source/auth/auth_builtin.c
index d2c60ae64f8..c1ce1de242c 100644
--- a/source/auth/auth_builtin.c
+++ b/source/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.
**/