Fix typos

--
This commit is contained in:
Daniel Kahn Gillmor 2015-10-27 17:09:43 -04:00 committed by Werner Koch
parent 02dc518787
commit 1f872cb4ad
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
6 changed files with 6 additions and 6 deletions

View File

@ -2654,7 +2654,7 @@
to the control struct so that they are per connection.
* gpg-agent.c (agent_init_default_ctrl): New.
(main): Assign those command line options to new default_* variables.
Reset DISPLAY in server mode so that tehre is no implicit default.
Reset DISPLAY in server mode so that there is no implicit default.
* command.c (start_command_handler): Initialize and deinitialize
the control values.
(option_handler): Work on the ctrl values and not on the opt.

View File

@ -1600,7 +1600,7 @@
(SPWQ_NO_PIN_ENTRY): New.
* simple-pwquery.c (simple_pw_set_socket): New.
(agent_open): Use it if GPG_AGENT_INFO is not set.
(simple_pwquery): Extended to allow returning of otehyr error codes.
(simple_pwquery): Extended to allow returning of other error codes.
* util.h (GNUPG_MODULE_NAME_AGENT, GNUPG_MODULE_NAME_PINENTRY)
(GNUPG_MODULE_NAME_SCDAEMON, GNUPG_MODULE_NAME_DIRMNGR)

View File

@ -134,7 +134,7 @@ tty_get_ttyname (void)
got_name = 1;
}
#endif /*HAVE_CTERMID*/
/* Assume the standard tty on memory error or when tehre is no
/* Assume the standard tty on memory error or when there is no
ctermid. */
return name? name : "/dev/tty";
}

View File

@ -1002,7 +1002,7 @@ as a binary blob.
@c
@c Here we may encounter a recursive situation:
@c @code{validate_cert_chain} needs to look at other certificates and
@c also at CRLs to check whether tehse other certificates and well, the
@c also at CRLs to check whether these other certificates and well, the
@c CRL issuer certificate itself are not revoked. FIXME: We need to make
@c sure that @code{validate_cert_chain} does not try to lookup the CRL we
@c are currently processing. This would be a catch-22 and may indicate a

View File

@ -1500,7 +1500,7 @@ The return value of this command is
@item 0
The certificate under question is valid; i.e. there is a valid CRL
available and it is not listed tehre or teh OCSP request returned that
available and it is not listed there or the OCSP request returned that
that certificate is valid.
@item 1

View File

@ -171,7 +171,7 @@ _keybox_get_flag_location (const unsigned char *buffer, size_t length,
/* Return one of the flags WHAT in VALUE from teh blob BUFFER of
/* Return one of the flags WHAT in VALUE from the blob BUFFER of
LENGTH bytes. Return 0 on success or an raw error code. */
static gpg_err_code_t
get_flag_from_image (const unsigned char *buffer, size_t length,