diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-14 21:19:18 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-14 21:19:18 +0000 |
commit | 11fb38cfb8fd25783f54cba882e3e9968bd62a0b (patch) | |
tree | c995146917b5927c71d61baaff20e378ae560046 | |
parent | 69980daceff7f1a0f399ef004b45ad9f209f1f62 (diff) | |
download | samba-11fb38cfb8fd25783f54cba882e3e9968bd62a0b.tar.gz samba-11fb38cfb8fd25783f54cba882e3e9968bd62a0b.tar.bz2 samba-11fb38cfb8fd25783f54cba882e3e9968bd62a0b.zip |
Fix typo
(This used to be commit 738a2b055a0757002e8cdcbf744c8663e0e26bc2)
-rw-r--r-- | source3/auth/auth_builtin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_builtin.c b/source3/auth/auth_builtin.c index 3b0b84b525..a19c532fc9 100644 --- a/source3/auth/auth_builtin.c +++ b/source3/auth/auth_builtin.c @@ -1,6 +1,6 @@ /* Unix SMB/CIFS implementation. - Generic authenticaion types + Generic authentication types Copyright (C) Andrew Bartlett 2001-2002 Copyright (C) Jelmer Vernooij 2002 |