diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-09 13:15:28 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-09 13:15:28 +0000 |
commit | d6edfe35c8a9490407e4a5e34f8e5108c6a260a3 (patch) | |
tree | 50a869497c7eab5d031af4a74ab3192dac5c9d5b /Demos/Host/LowLevel/MouseHostWithParser/HIDReport.c | |
parent | c647c2763980b374da1c4314c752295d72228d4c (diff) | |
download | lufa-d6edfe35c8a9490407e4a5e34f8e5108c6a260a3.tar.gz lufa-d6edfe35c8a9490407e4a5e34f8e5108c6a260a3.tar.bz2 lufa-d6edfe35c8a9490407e4a5e34f8e5108c6a260a3.zip |
Spell check all source code variables, comments and strings.
Diffstat (limited to 'Demos/Host/LowLevel/MouseHostWithParser/HIDReport.c')
-rw-r--r-- | Demos/Host/LowLevel/MouseHostWithParser/HIDReport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/MouseHostWithParser/HIDReport.c b/Demos/Host/LowLevel/MouseHostWithParser/HIDReport.c index 595b586a9..faf8e98f4 100644 --- a/Demos/Host/LowLevel/MouseHostWithParser/HIDReport.c +++ b/Demos/Host/LowLevel/MouseHostWithParser/HIDReport.c @@ -85,7 +85,7 @@ bool CALLBACK_HIDParser_FilterHIDReportItem(HID_ReportItem_t* CurrentItem) /* Iterate through the item's collection path, until either the root collection node or a collection with the
* Mouse Usage is found - this prevents Joysticks, which use identical descriptors except for the Joystick usage
- * parent node, from being erronously treated as a mouse
+ * parent node, from being erroneously treated as a mouse
*/
for (HID_CollectionPath_t* CurrPath = CurrentItem->CollectionPath; CurrPath != NULL; CurrPath = CurrPath->Parent)
{
|