aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/Incomplete/Sideshow
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-11-09 13:15:28 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-11-09 13:15:28 +0000
commit5c71ef995af2bef43cfe5d24c9d03bd6e55deb0a (patch)
tree50a869497c7eab5d031af4a74ab3192dac5c9d5b /Demos/Device/Incomplete/Sideshow
parent36e9c7f7f102ff102162cdc3f9e5e4fec59efe3a (diff)
Spell check all source code variables, comments and strings.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@889 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/Incomplete/Sideshow')
-rw-r--r--Demos/Device/Incomplete/Sideshow/Sideshow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/Incomplete/Sideshow/Sideshow.c b/Demos/Device/Incomplete/Sideshow/Sideshow.c
index fdf4265e..151d2820 100644
--- a/Demos/Device/Incomplete/Sideshow/Sideshow.c
+++ b/Demos/Device/Incomplete/Sideshow/Sideshow.c
@@ -37,7 +37,7 @@
appear as a new SideShow device which can have gadgets loaded onto
it.
- Note that while the incomming content is buffered in packet struct
+ Note that while the incoming content is buffered in packet struct
form, the data is not actually displayed. It is left to the user to
write sufficient code to read out the packed data for display to a
screen.