spelling: the

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 ec6bd3085a
commit f9212ec124
11 changed files with 12 additions and 12 deletions
@@ -129,7 +129,7 @@ public class DefaultSyntaxKit extends DefaultEditorKit implements ViewFactory {
}
/**
* Creates a SyntaxComponent of the the given classname and installs
* Creates a SyntaxComponent of the given classname and installs
* it on the pane
* @param pane
* @param classname
@@ -224,11 +224,11 @@ public class SyntaxView extends PlainView {
int x = (int) fx;
int y = (int) fy;
if (y < alloc.y) {
// above the area covered by this icon, so the the position
// above the area covered by this icon, so the position
// is assumed to be the start of the coverage for this view.
return getStartOffset();
} else if (y > alloc.y + alloc.height) {
// below the area covered by this icon, so the the position
// below the area covered by this icon, so the position
// is assumed to be the end of the coverage for this view.
return getEndOffset() - 1;
} else {
@@ -165,7 +165,7 @@ public class ActionUtils {
}
/**
* Returns the the Token at pos as a String
* Returns the Token at pos as a String
* @param doc
* @param pos
* @return
@@ -20,7 +20,7 @@ import jsyntaxpane.Token;
import jsyntaxpane.TokenType;
/**
* Completes an the Tag.
* Completes the Tag.
* @author Ayman Al-Sairafi
*/
public class XmlTagCompleteAction extends DefaultSyntaxAction {
@@ -109,7 +109,7 @@ public abstract class DefaultJFlexLexer implements Lexer {
}
/**
* This will be called to reset the the lexer.
* This will be called to reset the lexer.
* This is created automatically by JFlex.
* @param reader
*/