#define DTYPE_DFUFunctional 0x21\r
\r
/** DFU attribute mask, indicating that the DFU device will detach and re-attach when a DFU_DETACH\r
- * command is issued, rather than the host issing a USB Reset.\r
+ * command is issued, rather than the host issuing a USB Reset.\r
*/\r
#define ATTR_WILL_DETATCH (1 << 3)\r
\r
- /** DFU attribute mask, indicating that the DFU device can communicate during the manefestation phase\r
+ /** DFU attribute mask, indicating that the DFU device can communicate during the manifestation phase\r
* (memory programming phase).\r
*/\r
#define ATTR_MANEFESTATION_TOLLERANT (1 << 2)\r