diff options
author | Karolin Seeger <kseeger@samba.org> | 2010-04-09 09:23:54 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2010-04-09 09:24:28 +0200 |
commit | deccb6cf9a91d37a085bb7b10e3607fcf37c47c0 (patch) | |
tree | ad30cde1cbcf8c8d3d4da5152a4738371122ca25 /source4/heimdal | |
parent | 08b24e923dff99d3d3c0618903a7ed2959640470 (diff) | |
download | samba-deccb6cf9a91d37a085bb7b10e3607fcf37c47c0.tar.gz |
s4-krb5: 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 9f6a85b1a22..6b2ffbdaac4 100644 --- a/source4/heimdal/lib/krb5/rd_req.c +++ b/source4/heimdal/lib/krb5/rd_req.c @@ -821,7 +821,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 |