diff options
author | tmk <hasu@tmk-kbd.com> | 2015-01-19 10:35:06 +0900 |
---|---|---|
committer | tmk <hasu@tmk-kbd.com> | 2015-01-19 10:35:06 +0900 |
commit | 1cda7b79fbae90b3dc40ac862f3c14bfd2f1f679 (patch) | |
tree | b24fcbf9ba9201e12e53b3dc411b97d81992391b /protocol | |
parent | 8279226123925ee3ac67cb58da02c4bf7adbd7af (diff) |
Fix typo 'keyobard' #166
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/adb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/adb.c b/protocol/adb.c index f57afac937..bbff66df03 100644 --- a/protocol/adb.c +++ b/protocol/adb.c @@ -360,7 +360,7 @@ Commands 3: mice Registers: - 0: application(keyobard uses this to store its data.) + 0: application(keyboard uses this to store its data.) 1: application 2: application(keyboard uses this for LEDs and state of modifiers) 3: status and command |