From 157046ce4b64834f92438710cd301c5c6f2f4a18 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Mon, 12 Dec 2011 13:47:05 -0600 Subject: [PATCH] Fix spelling mistake in user doc --- docs/user/drivers/usb_modules.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/drivers/usb_modules.dox b/docs/user/drivers/usb_modules.dox index 714d104e55..621e14507c 100644 --- a/docs/user/drivers/usb_modules.dox +++ b/docs/user/drivers/usb_modules.dox @@ -36,7 +36,7 @@ module API and give a general impression of the workings of the USB stack. This document will not give information on the basics of writing drivers, or on how to use modules. Have a look elsewhere in this documentation for that. - This document also asumes a basic knowledge of the USB specification, and on + This document also assumes a basic knowledge of the USB specification, and on how you are supposed to interact with devices. See \ref usb_modules_resources for tutorials on the web if you are looking for a basic introduction on communication with the USB protocol.