spelling: perform

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 42b314add8
commit 680044eef5
2 changed files with 2 additions and 2 deletions
@@ -604,7 +604,7 @@ public class DefaultSyntaxKit extends DefaultEditorKit implements ViewFactory {
}
/**
* Return the Configurations object for a Kit. Perfrom lazy creation of a
* Return the Configurations object for a Kit. Perform lazy creation of a
* Configuration object if nothing is created.
*
* @param kit
@@ -24,7 +24,7 @@ import java.util.Comparator;
public class StringUtils {
/**
* Perfrom a String startsWith match with support for CamelCase.
* Perform a String startsWith match with support for CamelCase.
* @param word full word
* @param abbr abbreviated word
* @return true if the word startsWith abbr, or if any uppercase char in abbr