summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2013-05-15 18:21:52 +0200
committerJeremy Allison <jra@samba.org>2013-05-15 21:04:42 -0700
commit30be42073a636da389789ee20e1e25b8b4079e0a (patch)
treefd88c3cf264873da8780b813583c76abb29f09d2 /source4/auth
parentbf26c7ef402ed231e05e4ced169ff1c6b00ced00 (diff)
downloadsamba-30be42073a636da389789ee20e1e25b8b4079e0a.tar.gz
samba-30be42073a636da389789ee20e1e25b8b4079e0a.tar.bz2
samba-30be42073a636da389789ee20e1e25b8b4079e0a.zip
source4/auth/kerberos/kerberos-notes.txt: Fix typo.
Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/kerberos/kerberos-notes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/kerberos/kerberos-notes.txt b/source4/auth/kerberos/kerberos-notes.txt
index f15f3f99a3..d7c65c6052 100644
--- a/source4/auth/kerberos/kerberos-notes.txt
+++ b/source4/auth/kerberos/kerberos-notes.txt
@@ -159,7 +159,7 @@ some GSSAPI tokens' checksums. During initial work to implement an AD client,
it was easier to make an acceptable solution (to Windows servers) than to
correctly implement the GSSAPI specification, particularly on top of the
(inflexible) MIT Kerberos API. It did not seem possible to write a correct,
-seperate GSSAPI implementation on top of MIT Kerberos's public krb5lib API,
+separate GSSAPI implementation on top of MIT Kerberos's public krb5lib API,
and at the time, the effort did not need to extend beyond what Windows would
require.