spelling: customized

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 08:58:59 -04:00
committed by Jindra Petřík
parent c8302c8c62
commit 0cbb407d92

View File

@@ -27,7 +27,7 @@ import javax.swing.undo.UndoableEdit;
* relatively next to the previous change, like when continuous typing, then the
* undoes are grouped together.
*
* This is cutomized from the
* This is customized from the
*
* http://www.camick.com/java/source/CompoundUndoMan.java
*