diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2014-02-22 17:11:21 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2014-02-22 17:11:21 +1100 |
commit | fa32989f2e85df6307b979ce35df13e23f344ed1 (patch) | |
tree | fcb2c6f513d1984ffed9bb49b3f654c3a6e39615 | |
parent | aaef4fa84c954027e1f4488bfeb38787331d41ed (diff) | |
download | lufa-fa32989f2e85df6307b979ce35df13e23f344ed1.tar.gz lufa-fa32989f2e85df6307b979ce35df13e23f344ed1.tar.bz2 lufa-fa32989f2e85df6307b979ce35df13e23f344ed1.zip |
Minor typo corrections.
-rw-r--r-- | Bootloaders/HID/BootloaderHID.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/HID/BootloaderHID.txt b/Bootloaders/HID/BootloaderHID.txt index 56d0cff2e..8f26f34d5 100644 --- a/Bootloaders/HID/BootloaderHID.txt +++ b/Bootloaders/HID/BootloaderHID.txt @@ -48,7 +48,7 @@ * * This bootloader enumerates to the host as a HID Class device, allowing for device FLASH programming through * the supplied command line software, which is a modified version of Paul's TeensyHID Command Line loader code - * from PJRC (used with permission). This bootloader is deliberatley non-compatible with the properietary PJRC + * from PJRC (used with permission). This bootloader is deliberately non-compatible with the proprietary PJRC * HalfKay bootloader GUI; only the command line interface software accompanying this bootloader will work with it. * * Out of the box this bootloader builds for the AT90USB1287 with an 8KB bootloader section size, and will fit |