diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-04-19 14:29:57 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-04-19 14:29:57 +0000 |
commit | 619b0b7b6b44e4422ea9aeb0cde41343bb5dda70 (patch) | |
tree | 86746a10853d261e18a4ad37b4e970a4917e89a0 /Demos/Device/Mouse | |
parent | 663f449c10b9a77a429aaa81066ce2b43ca6dc39 (diff) | |
download | lufa-619b0b7b6b44e4422ea9aeb0cde41343bb5dda70.tar.gz lufa-619b0b7b6b44e4422ea9aeb0cde41343bb5dda70.tar.bz2 lufa-619b0b7b6b44e4422ea9aeb0cde41343bb5dda70.zip |
Spell checked non-source documentation pages.
Diffstat (limited to 'Demos/Device/Mouse')
-rw-r--r-- | Demos/Device/Mouse/Mouse.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Device/Mouse/Mouse.txt b/Demos/Device/Mouse/Mouse.txt index 6764275ce..2d566ddeb 100644 --- a/Demos/Device/Mouse/Mouse.txt +++ b/Demos/Device/Mouse/Mouse.txt @@ -41,7 +41,7 @@ * boot protocol compatible, and thus works under compatible BIOS as if
* it was a native mouse (e.g. PS/2).
*
- * On startup the system will automatically enumerate and function
+ * On start-up the system will automatically enumerate and function
* as a mouse when the USB connection to a host is present. To use
* the mouse, move the joystick to move the pointer, and push the
* joystick inwards to simulate a left-button click. The HWB serves as
@@ -72,4 +72,4 @@ * the data endpoint is serviced via polling using the task scheduler.</td>
* </tr>
* </table>
- */
\ No newline at end of file + */
|