Spell check all source code variables, comments and strings.
[pub/lufa.git] / Demos / Host / ClassDriver / JoystickHostWithParser / JoystickHostWithParser.c
index 76fb638..f41fbeb 100644 (file)
@@ -263,7 +263,7 @@ bool CALLBACK_HIDParser_FilterHIDReportItem(HID_ReportItem_t* CurrentItem)
 \r
        /* Iterate through the item's collection path, until either the root collection node or a collection with the\r
         * Joystick Usage is found - this prevents Mice, which use identical descriptors except for the Joystick usage\r
-        * parent node, from being erronously treated as a joystick\r
+        * parent node, from being erroneously treated as a joystick\r
         */\r
        for (HID_CollectionPath_t* CurrPath = CurrentItem->CollectionPath; CurrPath != NULL; CurrPath = CurrPath->Parent)\r
        {\r