fix typos

This commit is contained in:
RainRat
2024-05-02 10:14:59 -07:00
committed by Willi Ballenthin
parent 2f4d8e1d90
commit 4f4adc04c8
2 changed files with 2 additions and 2 deletions

View File

@@ -246,7 +246,7 @@ def install_common_args(parser, wanted=None):
if "backend" in wanted:
backends = [
(BACKEND_AUTO, "(default) detect apppropriate backend automatically"),
(BACKEND_AUTO, "(default) detect appropriate backend automatically"),
(BACKEND_VIV, "vivisect"),
(BACKEND_PEFILE, "pefile (file features only)"),
(BACKEND_BINJA, "Binary Ninja"),

View File

@@ -306,7 +306,7 @@ class Match(FrozenModel):
args:
success: did the node match?
node: the logic node or feature node.
children: any children of the logic node. not relevent for features, can be empty.
children: any children of the logic node. not relevant for features, can be empty.
locations: where the feature matched. not relevant for logic nodes (except range), can be empty.
captures: captured values from the string/regex feature, and the locations of those values.
"""