From 58a3a5720def44d5bf053ece272ebd18f245d18f Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 12 Jun 2002 05:10:19 +0000 Subject: Spelling fixes. (This used to be commit de18c785ab9a253cc8bf8d7e4066de0133225c6c) --- source3/auth/auth_builtin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth/auth_builtin.c') 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. **/ -- cgit