fix wrong spelling

This commit is contained in:
iceman1001 2019-09-13 07:38:07 +02:00
commit a4421dfc37

View file

@ -636,7 +636,7 @@ failtag:
cjTabulize(); cjTabulize();
DbprintfEx(FLAG_NEWLINE, "%s[ FAIL ]%s\r\n->did not found all the keys :'(", _XRED_, _XWHITE_); DbprintfEx(FLAG_NEWLINE, "%s[ FAIL ]%s\r\n->did not found all the keys :'(", _XRED_, _XWHITE_);
cjSetCursLeft(); cjSetCursLeft();
SpinErr(LEB_B, 100, 8); SpinErr(LED_B, 100, 8);
SpinOff(100); SpinOff(100);
return; return;
} }