spelling: search

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 4104a7b2de
commit 3978003463
3 changed files with 5 additions and 5 deletions
@@ -292,7 +292,7 @@ public class Highlighting implements Serializable {
}
/**
* Searche all highlightings with the specified position.
* Search all highlightings with the specified position.
* @param list List of highlightings
* @param pos Position
* @return List of highlightings
@@ -309,7 +309,7 @@ public class Highlighting implements Serializable {
}
/**
* Searche all highlightings with the specified index.
* Search all highlightings with the specified index.
* @param list List of highlightings
* @param index Index
* @return List of highlightings
@@ -328,7 +328,7 @@ public class Highlighting implements Serializable {
/**
* Searche all highlightings with the specified local name.
* Search all highlightings with the specified local name.
* @param list List of highlightings
* @param localName Local name
* @return List of highlightings