From 04360a5457289e73fca938ebfbd59026f72e198f Mon Sep 17 00:00:00 2001 From: Biling Uliar Date: Sat, 22 Dec 2018 22:43:27 +0100 Subject: [PATCH] Update usb.go (#60) Possible typo fix --- usb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usb.go b/usb.go index f4bfec4..c1bf678 100644 --- a/usb.go +++ b/usb.go @@ -112,7 +112,7 @@ The control endpoint is present regardless of the current device config, claimed interfaces and their alternate settings. It makes a lot of sense, as the control endpoint is actually used, among others, to issue commands to switch the active config or select an alternate setting for an interface. -Control commands are also ofen use to control the behavior of the device. There is no single +Control commands are also often used to control the behavior of the device. There is no single standard for control commands though, and many devices implement their custom control command schema. Control commands can be issued through Device.Control().