Skip to content

Commit 984accb

Browse files
committed
Fix typo in bootmagic debug message
1 parent 2450559 commit 984accb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/bootmagic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ void bootmagic(void)
1919
}
2020

2121
/* do scans in case of bounce */
22-
print("boogmagic scan: ... ");
22+
print("bootmagic scan: ... ");
2323
uint8_t scan = 100;
2424
while (scan--) { matrix_scan(); _delay_ms(10); }
2525
print("done.\n");

0 commit comments

Comments
 (0)