Fix some typos.
This commit is contained in:
@@ -87,7 +87,7 @@ the above three. Plugins are typically invoked in no particular order
|
||||
until one succeeds or fails, or all return a special return value such
|
||||
as KRB5_PLUGIN_NO_HANDLE to indicate that the plugin was not applicable.
|
||||
Most plugin types obtain deterministic plugin behavior in spite of the
|
||||
non-deterministic invokation order by, for example, invoking all plugins
|
||||
non-deterministic invocation order by, for example, invoking all plugins
|
||||
for each "rule" and passing the rule to each plugin with the expectation
|
||||
that just one plugin will match any given rule.
|
||||
.Pp
|
||||
|
@@ -168,7 +168,7 @@ The functions starting with krb5_c are compat functions with MIT kerberos.
|
||||
The
|
||||
.Li krb5_enc_data
|
||||
structure holds and encrypted data.
|
||||
There are two public accessable members of
|
||||
There are two public accessible members of
|
||||
.Li krb5_enc_data .
|
||||
.Li enctype
|
||||
that holds the encryption type of the data encrypted and
|
||||
|
@@ -64,7 +64,7 @@
|
||||
.Nm krb5_digest_get_tickets ,
|
||||
.Nm krb5_digest_get_client_binding ,
|
||||
.Nm krb5_digest_get_a1_hash
|
||||
.Nd remote digest (HTTP-DIGEST, SASL, CHAP) suppport
|
||||
.Nd remote digest (HTTP-DIGEST, SASL, CHAP) support
|
||||
.Sh LIBRARY
|
||||
Kerberos 5 Library (libkrb5, -lkrb5)
|
||||
.Sh SYNOPSIS
|
||||
|
@@ -318,7 +318,7 @@ krb5_addlog_dest(krb5_context context, krb5_log_facility *f, const char *orig)
|
||||
if(i < 0) {
|
||||
ret = errno;
|
||||
krb5_set_error_message(context, ret,
|
||||
N_("open(%s) logile: %s", ""), fn,
|
||||
N_("open(%s) logfile: %s", ""), fn,
|
||||
strerror(ret));
|
||||
free(fn);
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user