source4/auth/kerberos/kerberos-notes.txt: Fix typo.
authorKarolin Seeger <kseeger@samba.org>
Wed, 15 May 2013 16:21:52 +0000 (18:21 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 16 May 2013 04:04:42 +0000 (21:04 -0700)
Signed-off-by: Karolin Seeger <kseeger@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/auth/kerberos/kerberos-notes.txt

index f15f3f99a3acd725bec8eb3a6bef1724cce86f06..d7c65c6052dac2ecb2e1745a2514464f3f5c6084 100644 (file)
@@ -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.