Skip to content

Commit

Permalink
Typo corrected in usb-set-altinterface
Browse files Browse the repository at this point in the history
  • Loading branch information
soemraws committed Mar 27, 2011
1 parent 28d1653 commit ade1961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libusb-ffi.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
(usb-set-altinterface*
handle
(if (pointerp setting-or-number)
(usb-inteface-setting-get-alternate setting-or-number)
(usb-interface-setting-get-alternate setting-or-number)
setting-or-number)))

(defun usb-get-vendor-id (device)
Expand Down

0 comments on commit ade1961

Please sign in to comment.