X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/ed031c1df2f5b053b9cd9f48c63e66a42b7c049e..fea5d085122bb386f1ec293b2e51036e29c7dc30:/Demos/Host/KeyboardHostWithParser/HIDReport.h diff --git a/Demos/Host/KeyboardHostWithParser/HIDReport.h b/Demos/Host/KeyboardHostWithParser/HIDReport.h index 5e18313f6..7c59138c2 100644 --- a/Demos/Host/KeyboardHostWithParser/HIDReport.h +++ b/Demos/Host/KeyboardHostWithParser/HIDReport.h @@ -51,7 +51,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: */