aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhangguangzhi <[email protected]>2023-05-11 08:34:23 +0000
committerNIIBE Yutaka <[email protected]>2023-06-20 00:08:29 +0000
commitbe77c0553203fa7f0de4a6db9a33fbd7d099f591 (patch)
treeec1fdb1a7a2cbf3fe259be544919254cd7cb8c17
parentw32: Map ERROR_FILE_INVALID to EIO. (diff)
downloadgnupg-be77c0553203fa7f0de4a6db9a33fbd7d099f591.tar.gz
gnupg-be77c0553203fa7f0de4a6db9a33fbd7d099f591.zip
delete redundant characters
-- GnuPG-bug-id: 6482 Signed-off-by: zhangguangzhi <[email protected]>
-rw-r--r--README2
-rw-r--r--dirmngr/ChangeLog-20112
-rw-r--r--g10/ChangeLog-20112
-rw-r--r--tools/gpg-card.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 97961369e..aa8b3e12b 100644
--- a/README
+++ b/README
@@ -170,7 +170,7 @@
* DOCUMENTATION
The complete documentation is in the texinfo manual named
- `gnupg.info'. Run "info gnupg" to read it. If you want a a
+ `gnupg.info'. Run "info gnupg" to read it. If you want a
printable copy of the manual, change to the "doc" directory and
enter "make pdf" For a HTML version enter "make html" and point your
browser to gnupg.html/index.html. Standard man pages for all
diff --git a/dirmngr/ChangeLog-2011 b/dirmngr/ChangeLog-2011
index 243f2b56f..30e026ff8 100644
--- a/dirmngr/ChangeLog-2011
+++ b/dirmngr/ChangeLog-2011
@@ -1373,7 +1373,7 @@
truncated search.
* ldap.c (add_server_to_servers): Reactivated.
(url_fetch_ldap): Call it here and try all configured servers in
- case of a a failed lookup.
+ case of a failed lookup.
(fetch_next_cert_ldap): Detect the truncation error flag.
* misc.c (host_and_port_from_url, remove_percent_escapes): New.
diff --git a/g10/ChangeLog-2011 b/g10/ChangeLog-2011
index 37da37bf5..4737b1fa1 100644
--- a/g10/ChangeLog-2011
+++ b/g10/ChangeLog-2011
@@ -4798,7 +4798,7 @@
* g10.c (main): Try to create the trustdb even for non-colon-mode
list-key operations. This is required because getkey needs to
- know whether a a key is ultimately trusted. From Werner on stable
+ know whether a key is ultimately trusted. From Werner on stable
branch.
* exec.c [__CYGWIN32__]: Keep cygwin separate from Mingw32;
diff --git a/tools/gpg-card.c b/tools/gpg-card.c
index 919e61195..4002cc185 100644
--- a/tools/gpg-card.c
+++ b/tools/gpg-card.c
@@ -2822,7 +2822,7 @@ cmd_passwd (card_info_t info, char *argstr)
log_assert (DIM (info->chvinfo) >= 4);
- /* If there is a qualified signature use a a menu to select
+ /* If there is a qualified signature use a menu to select
* between standard PIN and QES PINs. */
if (info->chvinfo[2] != -2 || info->chvinfo[3] != -2)
{