Skip to content

Commit ff2b40a

Browse files
authored
Merge pull request github#15315 from igfoo/igfoo/typo
C++: Fix typo
2 parents 275822f + e357d18 commit ff2b40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-1240/CustomCryptographicPrimitive.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ predicate computeHeuristicType(Type t) {
6060

6161
/**
6262
* Holds if `e` is an operation that is common in encryption-like computations.
63-
* Looking for clusters of these tends to find things like encrpytion,
63+
* Looking for clusters of these tends to find things like encryption,
6464
* compression, random number generation, graphics processing and other compute
6565
* heavy algorithms.
6666
*/

0 commit comments

Comments
 (0)