Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
RainRat authored and williballenthin committed May 2, 2024
1 parent 2f4d8e1 commit 4f4adc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion capa/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
2 changes: 1 addition & 1 deletion capa/render/result_document.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 4f4adc0

Please sign in to comment.