From 7ca85a02de3baeef6b4b6f457b899cb848325aee Mon Sep 17 00:00:00 2001 From: Emmanuel Dreyfus Date: Tue, 13 Nov 2018 12:50:19 +0000 Subject: [PATCH] Fix typos --- libnfc/drivers/pn53x_usb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnfc/drivers/pn53x_usb.c b/libnfc/drivers/pn53x_usb.c index d001408..18c51fc 100644 --- a/libnfc/drivers/pn53x_usb.c +++ b/libnfc/drivers/pn53x_usb.c @@ -306,9 +306,9 @@ pn53x_usb_scan(const nfc_context *context, nfc_connstring connstrings[], const s (pn53x_usb_supported_devices[n].product_id == dev->descriptor.idProduct)) { // Make sure there are 2 endpoints available // libusb-win32 may return a NULL dev->config, - // or the descriptoes may be corrupted, hence + // or the descriptors may be corrupted, hence // let us assume we will use hardcoded defaults - // from n53x_usb_supported_devices if available. + // from pn53x_usb_supported_devices if available. // otherwise get data from the descriptors. if (pn53x_usb_supported_devices[n].uiMaxPacketSize == 0) { if (dev->config->interface == NULL || dev->config->interface->altsetting == NULL) {