JS: fix typos in comments

This commit is contained in:
Nick Rolfe
2022-05-12 14:28:58 +01:00
parent 128fac4414
commit 2ed42c327c
26 changed files with 30 additions and 30 deletions

View File

@@ -34,7 +34,7 @@ class IdorTaint extends TaintTracking::Configuration {
}
/**
* A sanitizer for values that have succesfully been compared to another value.
* A sanitizer for values that have successfully been compared to another value.
*/
class EqualityGuard extends TaintTracking::SanitizerGuardNode, ValueNode {
override EqualityTest astNode;