diff options
author | Karolin Seeger <kseeger@samba.org> | 2010-02-15 12:23:11 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2010-02-15 12:23:11 +0100 |
commit | 694ab7c5fffa6a4599ee1d80717f11b8ae7983a1 (patch) | |
tree | 58885939879a165d6bd3d0481e15e6a784078959 /source4/heimdal | |
parent | 2dff1f45f72f77dd94fcab6552e2c957df9aac5f (diff) | |
download | samba-694ab7c5fffa6a4599ee1d80717f11b8ae7983a1.tar.gz samba-694ab7c5fffa6a4599ee1d80717f11b8ae7983a1.tar.bz2 samba-694ab7c5fffa6a4599ee1d80717f11b8ae7983a1.zip |
s4-heimdal: Fix typos in comment.
Karolin
Diffstat (limited to 'source4/heimdal')
-rw-r--r-- | source4/heimdal/lib/krb5/rd_req.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/krb5/rd_req.c b/source4/heimdal/lib/krb5/rd_req.c index 784427fe40..330c2c3c15 100644 --- a/source4/heimdal/lib/krb5/rd_req.c +++ b/source4/heimdal/lib/krb5/rd_req.c @@ -820,7 +820,7 @@ out: * @param inbuf the (AP-REQ) authentication buffer * * @param server the server with authenticate as, if NULL the function - * will try to find any avaiable credentintial in the keytab + * will try to find any available credential in the keytab * that will verify the reply. The function will prefer the * server the server client specified in the AP-REQ, but if * there is no mach, it will try all keytab entries for a |