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
@@ -155,7 +155,7 @@ public class ActionScriptSearch {
* @return List of search results
*/
public List<ABCSearchResult> searchAs3(final Openable openable, final String txt, boolean ignoreCase, boolean regexp, boolean pcode, ScriptSearchListener listener, List<ScriptPack> scope) {
// todo: pcode seach
// todo: pcode search
if (txt != null && !txt.isEmpty()) {
List<String> ignoredClasses = new ArrayList<>();
List<String> ignoredNss = new ArrayList<>();