spelling: highlighting

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent 3a38216e98
commit 1b8ede40a3
3 changed files with 3 additions and 3 deletions
@@ -172,7 +172,7 @@ public class UndoFixedEditorPane extends JEditorPane {
sw.stop();
if (!plain && sw.getElapsedMilliseconds() > 5000) {
Logger.getLogger(UndoFixedEditorPane.class.getName()).log(Level.WARNING, "Syntax highlightig took long time. You can try to decrease the syntax highlight limit in advanced settings.");
Logger.getLogger(UndoFixedEditorPane.class.getName()).log(Level.WARNING, "Syntax highlighting took long time. You can try to decrease the syntax highlight limit in advanced settings.");
}
clearUndos();