Page MenuHome GnuPG

typo-fixes-lintian.diff

Authored By
ametzler1
Dec 12 2022, 6:08 PM
Size
5 KB
Subscribers
None

typo-fixes-lintian.diff

diff -NurBbp gnupg-2.3.8.typo/doc/dirmngr.texi gnupg-2.3.8/doc/dirmngr.texi
--- gnupg-2.3.8.typo/doc/dirmngr.texi 2022-09-28 09:44:42.000000000 +0200
+++ gnupg-2.3.8/doc/dirmngr.texi 2022-12-12 14:53:16.611923325 +0100
@@ -320,7 +320,7 @@ provided. These are the same as the @op
@command{gpg}, but apply only to this particular keyserver.
Most keyservers synchronize with each other, so there is generally no
-need to send keys to more than one server. Somes keyservers use round
+need to send keys to more than one server. Some keyservers use round
robin DNS to give a different keyserver each time you use it.
If exactly two keyservers are configured and only one is a Tor hidden
@@ -751,7 +751,7 @@ allow-ocsp
To make sure that new options are read or that after the installation
of a new GnuPG versions the right dirmngr version is running, you
should kill an existing dirmngr so that a new instance is started as
-needed by the otehr components:
+needed by the other components:
@example
gpgconf --kill dirmngr
diff -NurBbp gnupg-2.3.8.typo/doc/gpg-agent.texi gnupg-2.3.8/doc/gpg-agent.texi
--- gnupg-2.3.8.typo/doc/gpg-agent.texi 2022-09-07 11:54:23.000000000 +0200
+++ gnupg-2.3.8/doc/gpg-agent.texi 2022-12-12 15:00:55.403981613 +0100
@@ -175,7 +175,7 @@ listening sockets. This option is depre
Windows.
If in @file{common.conf} the option @option{no-autostart} is set, any
-start attemps will be ignored.
+start attempts will be ignored.
In --supervised mode, different file descriptors can be provided for
use as different socket types (e.g. ssh, extra) as long as they are
diff -NurBbp gnupg-2.3.8.typo/doc/gpg-card.texi gnupg-2.3.8/doc/gpg-card.texi
--- gnupg-2.3.8.typo/doc/gpg-card.texi 2022-09-05 10:23:23.000000000 +0200
+++ gnupg-2.3.8/doc/gpg-card.texi 2022-12-12 14:56:13.876853124 +0100
@@ -153,7 +153,7 @@ Command completion in the interactive mo
@item AUTHENTICATE [--setkey] [--raw] [< @var{file}]|@var{key}]
@itemx AUTH
@opindex authenticate
-Authenticate to the card. Perform a mutual autentication either by
+Authenticate to the card. Perform a mutual authentication either by
reading the key from @var{file} or by taking it from the command line
as @var{key}. Without the option @option{--raw} the key is expected
to be hex encoded. To install a new administration key
@@ -242,7 +242,7 @@ a @var{pinref} a menu is presented for c
non-interactive mode and without a @var{pinref} a default value i used
for these cards. The option @option{--reset} is used with TCOS cards
to reset the PIN using the PUK or vice versa; the option
-@var{--nullpin} is used for these cards to set the intial PIN.
+@var{--nullpin} is used for these cards to set the initial PIN.
@item PRIVATEDO [--clear] @var{n} [< @var{file}]
@opindex privatedo
diff -NurBbp gnupg-2.3.8.typo/doc/gpg.texi gnupg-2.3.8/doc/gpg.texi
--- gnupg-2.3.8.typo/doc/gpg.texi 2022-09-05 10:23:23.000000000 +0200
+++ gnupg-2.3.8/doc/gpg.texi 2022-12-12 14:58:14.686762124 +0100
@@ -616,7 +616,7 @@ Emit @var{count} random bytes of the giv
@var{count} is not given or zero, an endless sequence of random bytes
will be emitted. If used with @option{--armor} the output will be
base64 encoded. The special level 16 uses a quality level of 1 and
-outpust end endless stream of hex-encoded octets. The special level
+outputs an endless stream of hex-encoded octets. The special level
30 outputs random as 30 zBase-32 characters.
@item --gen-prime @var{mode} @var{bits}
@@ -2030,7 +2030,7 @@ are available for all keyserver types, s
The default list of options is: "self-sigs-only, import-clean,
repair-keys, repair-pks-subkey-bug, export-attributes". However, if
the actual used source is an LDAP server "no-self-sigs-only" is
-assumed unless "self-sigs-only" has been explictly configured.
+assumed unless "self-sigs-only" has been explicitly configured.
@item --completes-needed @var{n}
diff -NurBbp gnupg-2.3.8.typo/g10/call-keyboxd.c gnupg-2.3.8/g10/call-keyboxd.c
--- gnupg-2.3.8.typo/g10/call-keyboxd.c 2022-09-05 10:23:23.000000000 +0200
+++ gnupg-2.3.8/g10/call-keyboxd.c 2022-12-12 14:59:57.492983340 +0100
@@ -106,7 +106,7 @@ gpg_keyboxd_deinit_session_data (ctrl_t
err = assuan_transact (kbl->ctx, "TRANSACTION commit",
NULL, NULL, NULL, NULL, NULL, NULL);
if (err)
- log_error ("error commiting last transaction: %s\n",
+ log_error ("error committing last transaction: %s\n",
gpg_strerror (err));
in_transaction = 0;
}
diff -NurBbp gnupg-2.3.8.typo/tools/gpg-card.c gnupg-2.3.8/tools/gpg-card.c
--- gnupg-2.3.8.typo/tools/gpg-card.c 2022-09-21 09:42:07.000000000 +0200
+++ gnupg-2.3.8/tools/gpg-card.c 2022-12-12 14:58:23.670606662 +0100
@@ -1239,7 +1239,7 @@ cmd_list (card_info_t info, char *argstr
if (!info->serialno || info->need_sn_cmd)
{
- /* This is probably the first call or was explictly requested.
+ /* This is probably the first call or was explicitly requested.
* We need to send a SERIALNO command to scdaemon so that our
* session knows all cards. */
err = scd_serialno (NULL, NULL);

File Metadata

Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ad/82/aff7785238e4357f2aa40366379d

Event Timeline