aboutsummaryrefslogtreecommitdiff
path: root/lib/libusb/usb-ohci.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libusb/usb-ohci.c')
-rw-r--r--lib/libusb/usb-ohci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libusb/usb-ohci.c b/lib/libusb/usb-ohci.c
index 3f2ecf3..8c9ab01 100644
--- a/lib/libusb/usb-ohci.c
+++ b/lib/libusb/usb-ohci.c
@@ -645,7 +645,7 @@ static int ohci_transfer_bulk(struct usb_pipe *pipe, void *td_ptr,
__func__, pipe, data_phys, datalen, dir, td, td_phys);
if (!tds) {
- printf("%s: tds NULL recieved\n", __func__);
+ printf("%s: tds NULL received\n", __func__);
ret = false;
goto end;
}