diff mbox series

Documentation/usb: Fix typo

Message ID 20181126144926.64517-1-tweek@google.com (mailing list archive)
State Mainlined
Commit 77df6d8d7298fd3fae12a646fd368fdcdb86152c
Headers show
Series Documentation/usb: Fix typo | expand

Commit Message

Thiébaud Weksteen Nov. 26, 2018, 2:49 p.m. UTC
From: Thiébaud Weksteen <tweek@google.com>

Fix small typo authroized -> authorized in the authorization page.

Signed-off-by: Thiébaud Weksteen <tweek@google.com>
---
 Documentation/usb/authorization.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/usb/authorization.txt b/Documentation/usb/authorization.txt
index c7e985f05d8f..f901ec77439c 100644
--- a/Documentation/usb/authorization.txt
+++ b/Documentation/usb/authorization.txt
@@ -119,5 +119,5 @@  If a deauthorized interface will be authorized so the driver probing must
 be triggered manually by writing INTERFACE to /sys/bus/usb/drivers_probe
 
 For drivers that need multiple interfaces all needed interfaces should be
-authroized first. After that the drivers should be probed.
+authorized first. After that the drivers should be probed.
 This avoids side effects.