mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 18:57:15 +00:00
spelling: minimum
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
ea0a708f35
commit
c11633c5db
1 changed files with 2 additions and 2 deletions
|
|
@ -377,7 +377,7 @@ def convert_rule(rule, rulename, cround, depth):
|
|||
|
||||
if s_type == "Some":
|
||||
cmin = kid.count
|
||||
logger.info("Some type with mininum: " + str(cmin))
|
||||
logger.info("Some type with minimum: " + str(cmin))
|
||||
|
||||
if not cmin:
|
||||
logger.info("this is optional: which means, we can just ignore it")
|
||||
|
|
@ -482,7 +482,7 @@ def convert_rule(rule, rulename, cround, depth):
|
|||
|
||||
elif statement == "Some":
|
||||
cmin = rule.count
|
||||
logger.info("Some type with mininum at2: " + str(cmin))
|
||||
logger.info("Some type with minimum at2: " + str(cmin))
|
||||
|
||||
if not cmin:
|
||||
logger.info("this is optional: which means, we can just ignore it")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue