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 /scd/ccid-driver.c | |
| parent | common: Remove openpgp_oid_to_kem_algo. (diff) | |
| download | gnupg-6ec40bee2d6c00af175c6bbd05f5fbd53fba245e.tar.gz gnupg-6ec40bee2d6c00af175c6bbd05f5fbd53fba245e.zip | |
doc: Typo fixes and such
--
Diffstat (limited to 'scd/ccid-driver.c')
| -rw-r--r-- | scd/ccid-driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
