Skip to content

Commit dc4a0c1

Browse files
committed
Python/JS: Fix typo
1 parent 8b9c5f8 commit dc4a0c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javascript/ql/src/semmle/javascript/security/internal/SensitiveDataHeuristics.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ module HeuristicNames {
116116
* it is hashed or encrypted). `classification` describes the kind of sensitive data
117117
* involved.
118118
*
119-
* That is, one of the rexeps from `maybeSensitiveRegexp` matches `name` (with the
119+
* That is, one of the regexps from `maybeSensitiveRegexp` matches `name` (with the
120120
* given classification), and none of the regexps from `notSensitiveRegexp` matches
121121
* `name`.
122122
*/

python/ql/src/semmle/python/security/internal/SensitiveDataHeuristics.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ module HeuristicNames {
116116
* it is hashed or encrypted). `classification` describes the kind of sensitive data
117117
* involved.
118118
*
119-
* That is, one of the rexeps from `maybeSensitiveRegexp` matches `name` (with the
119+
* That is, one of the regexps from `maybeSensitiveRegexp` matches `name` (with the
120120
* given classification), and none of the regexps from `notSensitiveRegexp` matches
121121
* `name`.
122122
*/

0 commit comments

Comments
 (0)