Fix spellchecker

This commit is contained in:
Jaime Bernardo
2022-08-12 11:48:00 +01:00
parent ac9425ee81
commit d6769f52cf

View File

@@ -4,7 +4,7 @@
const uint8_t DEFAULT_TOLERANCE = 1;
/* Offset to not try not to use the cursor immediate pixels in measuring, but it seems only neccessary for continuous mode. */
/* Offset to not try not to use the cursor immediate pixels in measuring, but it seems only necessary for continuous mode. */
const long CURSOR_OFFSET_AMOUNT_X = 4;
const long CURSOR_OFFSET_AMOUNT_Y = 4;