Spell check all source code variables, comments and strings.
[pub/lufa.git] / LUFA / Drivers / USB / Class / MIDI.h
index 96b23ef..300e0b2 100644 (file)
  *\r
  *  \section Module Description\r
  *  MIDI Class Driver module. This module contains an internal implementation of the USB MIDI Class, for both Device\r
- *  and Host USB modes. User applications can use this class driver instead of implementing the MIDI class manuall\r
+ *  and Host USB modes. User applications can use this class driver instead of implementing the MIDI class manually\r
  *  via the low-level LUFA APIs.\r
  *\r
- *  This module is designed to simplify the user code by exposing only the required interface needed to interace with\r
+ *  This module is designed to simplify the user code by exposing only the required interface needed to interface with\r
  *  Hosts or Devices using the USB MIDI Class.\r
  *\r
  *  \note The USB MIDI class is actually a special case of the regular Audio class, thus this module depends on\r