From: Colin T.A. Gray Date: Tue, 21 Nov 2017 19:20:58 +0000 (-0700) Subject: I found a typo! X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3e2fd642798cde75acbecd99750e8b70eab52537;p=qmk_firmware.git I found a typo! --- diff --git a/tmk_core/common/keyboard.c b/tmk_core/common/keyboard.c index c962a721c..436fb6073 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)