[PATCH] wineusb.sys: Fix the spelling of an ERR() message.

Francois Gouget fgouget at free.fr
Sat May 16 05:18:12 CDT 2020


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/wineusb.sys/wineusb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wineusb.sys/wineusb.c b/dlls/wineusb.sys/wineusb.c
index 3e6a959a782..f70197704b1 100644
--- a/dlls/wineusb.sys/wineusb.c
+++ b/dlls/wineusb.sys/wineusb.c
@@ -641,7 +641,7 @@ static NTSTATUS usb_submit_urb(struct usb_device *device, IRP *irp)
             transfer->flags = LIBUSB_TRANSFER_FREE_BUFFER | LIBUSB_TRANSFER_FREE_TRANSFER;
             ret = libusb_submit_transfer(transfer);
             if (ret < 0)
-                ERR("Failed to submit GET_DESRIPTOR transfer: %s\n", libusb_strerror(ret));
+                ERR("Failed to submit GET_DESCRIPTOR transfer: %s\n", libusb_strerror(ret));
 
             return STATUS_PENDING;
         }
-- 
2.20.1




More information about the wine-devel mailing list