diff options
author | Werner Koch <[email protected]> | 2025-07-07 13:22:17 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-07-08 08:02:30 +0000 |
commit | 6ec40bee2d6c00af175c6bbd05f5fbd53fba245e (patch) | |
tree | 1df937bf94cd8d40d45ae79227966d87b8d2cd39 | |
parent | common: Remove openpgp_oid_to_kem_algo. (diff) | |
download | gnupg-6ec40bee2d6c00af175c6bbd05f5fbd53fba245e.tar.gz gnupg-6ec40bee2d6c00af175c6bbd05f5fbd53fba245e.zip |
doc: Typo fixes and such
--
-rw-r--r-- | doc/examples/qualified.txt | 6 | ||||
-rw-r--r-- | doc/examples/trustlist.txt | 6 | ||||
-rw-r--r-- | scd/ccid-driver.c | 2 |
3 files changed, 3 insertions, 11 deletions
diff --git a/doc/examples/qualified.txt b/doc/examples/qualified.txt index eba11f244..af60964e1 100644 --- a/doc/examples/qualified.txt +++ b/doc/examples/qualified.txt @@ -9,12 +9,6 @@ # country code. Additional data delimited with by a whitespace is # current ignored but might late be used for other purposes. # -# Note: The subversion copy of this file carries a gpg:signature -# property with its OpenPGP signature. Check this signature before -# adding entries: -# svn pg gpg:signature qualified.txt | gpg --verify - qualified.txt -# to create a new signature: -# f=qualified.txt; gpg -sba $f && svn ps gpg:signature -F $f.asc $f #******************************************* # diff --git a/doc/examples/trustlist.txt b/doc/examples/trustlist.txt index 59fb729d7..9746baff6 100644 --- a/doc/examples/trustlist.txt +++ b/doc/examples/trustlist.txt @@ -40,11 +40,11 @@ A0:8B:DF:3B:AA:EE:3F:9D:64:6C:47:81:23:21:D4:A6:18:81:67:1D S # S/N: 0139 # Issuer: /CN=12R-CA 1:PN/O=Bundesnetzagentur/C=DE -44:7E:D4:E3:9A:D7:92:E2:07:FA:53:1A:2E:F5:B8:02:5B:47:57:B0 de +44:7E:D4:E3:9A:D7:92:E2:07:FA:53:1A:2E:F5:B8:02:5B:47:57:B0 S # S/N: 013C # Issuer: /CN=13R-CA 1:PN/O=Bundesnetzagentur/C=DE -AC:A7:BE:45:1F:A6:BF:09:F2:D1:3F:08:7B:BC:EB:7F:46:A2:CC:8A de +AC:A7:BE:45:1F:A6:BF:09:F2:D1:3F:08:7B:BC:EB:7F:46:A2:CC:8A S # S/N: 00B3963E0E6C2D65125853E970665402E5 @@ -62,5 +62,3 @@ D5:C7:50:F2:FE:4E:EE:D7:C7:B1:E4:13:7B:FB:54:84:3A:7D:97:9B S # Issuer: /CN=CA Cert Signing Authority/OU=http:\x2f\x2fwww. # cacert.org/O=Root CA/[email protected] 13:5C:EC:36:F4:9C:B8:E9:3B:1A:B2:70:CD:80:88:46:76:CE:8F:33 S - - diff --git a/scd/ccid-driver.c b/scd/ccid-driver.c index 92387a1a8..2e955ea52 100644 --- a/scd/ccid-driver.c +++ b/scd/ccid-driver.c @@ -1000,7 +1000,7 @@ get_escaped_usb_string (libusb_device_handle *idev, int idx, /* First get the list of supported languages and use the first one. If we do don't find it we try to use English. Note that this is - all in a 2 bute Unicode encoding using little endian. */ + all in a 2 byte Unicode encoding using little endian. */ my_npth_unprotect (); rc = libusb_control_transfer (idev, LIBUSB_ENDPOINT_IN, LIBUSB_REQUEST_GET_DESCRIPTOR, |