From ebb4e0bad9d10c8ee283008a2503eaf494b2d5e8 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:33:00 -0400 Subject: [PATCH] spelling: method Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .../src/main/java/jsyntaxpane/actions/ActionUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/jsyntaxpane/jsyntaxpane/src/main/java/jsyntaxpane/actions/ActionUtils.java b/libsrc/jsyntaxpane/jsyntaxpane/src/main/java/jsyntaxpane/actions/ActionUtils.java index a66501319..e32cc5d5e 100644 --- a/libsrc/jsyntaxpane/jsyntaxpane/src/main/java/jsyntaxpane/actions/ActionUtils.java +++ b/libsrc/jsyntaxpane/jsyntaxpane/src/main/java/jsyntaxpane/actions/ActionUtils.java @@ -486,7 +486,7 @@ public class ActionUtils { *
  • {@code #{p:AnyText}} will be replaced by {@code any text} and then * set the text selection to {@code AnyText} * - * This methood does NOT perform any indentation and the template should + * This method does NOT perform any indentation and the template should * generally span one line only * * @param target