C++: fix typos in comments

This commit is contained in:
Nick Rolfe
2022-05-12 14:28:26 +01:00
parent 844eef173c
commit 76cf8d1659
16 changed files with 18 additions and 18 deletions

View File

@@ -59,7 +59,7 @@ predicate isInsecureEncryption(string name) { name.regexpMatch(getInsecureAlgori
/**
* Holds if there is additional evidence that `name` looks like it might be
* related to operations with an encyption algorithm, besides the name of a
* specific algorithm. This can be used in conjuction with
* specific algorithm. This can be used in conjunction with
* `isInsecureEncryption` to produce a stronger heuristic.
*/
bindingset[name]