Skip to content

Commit bf86e53

Browse files
committed
spelling: encryption
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 22d170a commit bf86e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/lib/semmle/code/cpp/security/Encryption.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ string getInsecureAlgorithmRegex() {
5151

5252
/**
5353
* Holds if `name` looks like it might be related to operations with an
54-
* insecure encyption algorithm.
54+
* insecure encryption algorithm.
5555
*/
5656
bindingset[name]
5757
predicate isInsecureEncryption(string name) { name.regexpMatch(getInsecureAlgorithmRegex()) }
5858

5959
/**
6060
* Holds if there is additional evidence that `name` looks like it might be
61-
* related to operations with an encyption algorithm, besides the name of a
61+
* related to operations with an encryption algorithm, besides the name of a
6262
* specific algorithm. This can be used in conjunction with
6363
* `isInsecureEncryption` to produce a stronger heuristic.
6464
*/

0 commit comments

Comments
 (0)