spelling: Fix "synchronize"
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 24 Jun 2019 00:17:05 +0000 (20:17 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 22 Aug 2019 19:11:59 +0000 (20:11 +0100)
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
(cherry picked from commit 520f5d70e4128b61c30da2a463f6c34ca24b628e)

Gbp-Pq: Topic from-2.2.17
Gbp-Pq: Name spelling-Fix-synchronize.patch

NEWS
g10/cpr.c
kbx/keybox-blob.c
scd/app-openpgp.c
scd/ccid-driver.c

diff --git a/NEWS b/NEWS
index 294709d1cea5a5244706ea5203a82356be7ac1ba..5728cdde01d1a965dfb05d4443fc776febca91ee 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2487,7 +2487,7 @@ Noteworthy changes in version 1.9.2 (2003-11-17)
    command but from the menu provided by the new --card-edit command.
 
  * PINs are now properly cached and there are only 2 PINs visible.
-   The 3rd PIN (CHV2) is internally syncronized with the regular PIN.
+   The 3rd PIN (CHV2) is internally synchronized with the regular PIN.
 
  * All kind of other internal stuff.
 
index 435442636859fabf6fe43de2009b04f34203e980..d40e0a7a96625429bad4655e5bb1edbb9011d6ef 100644 (file)
--- a/g10/cpr.c
+++ b/g10/cpr.c
@@ -62,7 +62,7 @@ progress_cb (void *ctx, const char *what, int printchar,
 
 
 /* Return true if the status message NO may currently be issued.  We
-   need this to avoid syncronisation problem while auto retrieving a
+   need this to avoid synchronization problem while auto retrieving a
    key.  There it may happen that a status NODATA is issued for a non
    available key and the user may falsely interpret this has a missing
    signature. */
index 6874212190ef3dc19f6cd6b1a137de6123bd9583..ac259eabebba3fa52e17ba746163b156321006f4 100644 (file)
                            Note that this value matches TRUST_FLAG_REVOKED
    - u16  RFU
    - u32  Recheck_after
-   - u32  Latest timestamp in the keyblock (useful for KS syncronsiation?)
+   - u32  Latest timestamp in the keyblock (useful for KS synchronization?)
    - u32  Blob created at
    - u32  [NRES] Size of reserved space (not including this field)
    - bN   Reserved space of size NRES for future use.
    - bN   Space for the keyblock or certificate.
    - bN   RFU.  This is the remaining space after keyblock and before
           the checksum.  It is not covered by the checksum.
-   - b20  SHA-1 checksum (useful for KS syncronisation?)
+   - b20  SHA-1 checksum (useful for KS synchronization?)
           Note, that KBX versions before GnuPG 2.1 used an MD5
           checksum.  However it was only created but never checked.
           Thus we do not expect problems if we switch to SHA-1.  If
index e4a1fbab5137fe8f378fe8b4a31f115fd5d5adbb..a1f8603cd454d12188ca77310707b65f06f849de 100644 (file)
@@ -640,7 +640,7 @@ count_bits (const unsigned char *a, size_t len)
     Where FLAGS is a plain hexadecimal number representing flag values.
     The lsb is here the rightmost bit.  Defined flags bits are:
 
-      Bit 0 = CHV1 and CHV2 are not syncronized
+      Bit 0 = CHV1 and CHV2 are not synchronized
       Bit 1 = CHV2 has been set to the default PIN of "123456"
               (this implies that bit 0 is also set).
 
index ae40f01187e21f8c2872683f8ffd1f0a4d622324..94cd8c2e4927b342bc74ef01df3e5bcfae24f732 100644 (file)
@@ -2952,7 +2952,7 @@ ccid_transceive_apdu_level (ccid_driver_t handle,
       bit 7    1
       bit 6    1
       bit 5    clear=request,set=response
-      bit 4..0  0 = resyncronisation request
+      bit 4..0  0 = resynchronization request
                 1 = information field size request
                 2 = abort request
                 3 = extension of BWT request