diff --git a/usb/backend/__init__.py b/usb/backend/__init__.py
index 80b7526..2cb2206 100644
--- a/usb/backend/__init__.py
+++ b/usb/backend/__init__.py
@@ -283,7 +283,7 @@ class IBackend(_objfinalizer.AutoFinalizedObject):
         _not_implemented(self.intr_write)

     def intr_read(self, dev_handle, ep, intf, size, timeout):
-        r"""Perform an interrut read.
+        r"""Perform an interrupt read.

         dev_handle is the value returned by the open_device() method.
         The ep parameter is the bEndpointAddress field whose endpoint


--
---------------------------
kuma35<sindob...@gmail.com>


_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to