diff options
author | Colin T.A. Gray <colinta@gmail.com> | 2017-11-21 12:20:58 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-22 11:40:46 -0500 |
commit | 3e2fd642798cde75acbecd99750e8b70eab52537 (patch) | |
tree | 60a84227b0531bd4c8cd456e9c851eff8227467b | |
parent | 5b4b471a4f8e7aee3c91989a4f8280a9e4c4f853 (diff) | |
download | qmk_firmware-3e2fd642798cde75acbecd99750e8b70eab52537.tar.gz qmk_firmware-3e2fd642798cde75acbecd99750e8b70eab52537.zip |
I found a typo!
-rw-r--r-- | tmk_core/common/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/keyboard.c b/tmk_core/common/keyboard.c index c962a721cb..436fb60734 100644 --- a/tmk_core/common/keyboard.c +++ b/tmk_core/common/keyboard.c @@ -165,7 +165,7 @@ void keyboard_init(void) { } /* - * Do keyboard routine jobs: scan mantrix, light LEDs, ... + * Do keyboard routine jobs: scan matrix, light LEDs, ... * This is repeatedly called as fast as possible. */ void keyboard_task(void) |