Fix some typos.

This commit is contained in:
Jelmer Vernooij
2014-04-25 02:36:25 +02:00
parent 80a514219f
commit 70e43e9808
28 changed files with 47 additions and 47 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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;