X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/fb3fcb968ea70f8b5c6d8f7edde65745e49628f2..6933f2e1a543b066ebe734bd126a7ff2f1c2777f:/Demos/Host/MouseHostWithParser/HIDReport.h diff --git a/Demos/Host/MouseHostWithParser/HIDReport.h b/Demos/Host/MouseHostWithParser/HIDReport.h index 8ebb97da1..aa259a114 100644 --- a/Demos/Host/MouseHostWithParser/HIDReport.h +++ b/Demos/Host/MouseHostWithParser/HIDReport.h @@ -60,7 +60,7 @@ { ParseSuccessful = 0, /**< HID report descriptor parsed successfully */ ParseError = 1, /**< Failed to fully process the HID report descriptor */ - ParseControlError = 2, /**< Control error occured while trying to read the device HID descriptor */ + ParseControlError = 2, /**< Control error occurred while trying to read the device HID descriptor */ }; /* Type Defines: */