[Forensics-changes] [yara] 37/407: Fix typos

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:28:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.3.0
in repository yara.

commit a8eccddb3d362d6235d2442eb21d3de0a75c8b6b
Author: Victor Manuel Alvarez <vmalvarez at virustotal.com>
Date:   Tue Sep 16 15:01:27 2014 +0200

    Fix typos
---
 libyara/atoms.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libyara/atoms.c b/libyara/atoms.c
index ba9736b..2b23ab0 100644
--- a/libyara/atoms.c
+++ b/libyara/atoms.c
@@ -31,7 +31,7 @@ The strings "abc", "ed" and "fgh" are atoms.
 
 When searching for regexps/hex strings matching a file, YARA uses these
 atoms to find locations inside the file where the regexp/hex string could
-match. If the atom "abc" is found somewhere inside the file, there is a change
+match. If the atom "abc" is found somewhere inside the file, there is a chance
 for /abc.*ed[0-9]+fgh/ to match the file, if "abc" doesn't appear in the file
 there's no chance for the regexp to match. When the atom is found in the file
 YARA proceeds to fully evaluate the regexp/hex string to determine if it's
@@ -41,7 +41,7 @@ For each regexp/hex string YARA extracts one or more atoms. Sometimes a
 single atom is enough (like in the previous example "abc" is enough for finding
 /abc.*ed[0-9]+fgh/), but sometimes a single atom isn't enough like in the
 regexp /(abc|efg)/. In this case YARA must search for both "abc" AND "efg" and
-fully evaluate the regexp whenever one of those atoms is found.
+fully evaluate the regexp whenever one of these atoms is found.
 
 In the regexp /Look(at|into)this/ YARA can search for "Look", or search for
 "this", or search for both "at" and "into". This is what we call an atoms tree,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list