Skip to content

Commit 757cf8d

Browse files
committed
C#: Fix a comment typo.
1 parent e64a2d6 commit 757cf8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsinks/ApiSinks.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ final class SinkNode = ApiSinkNode;
1010

1111
/**
1212
* Module that adds all API like sinks to `SinkNode`, excluding sinks for cryptography based
13-
* queries, and queries where sinks are not succifiently defined (eg. using broad method name matching).
13+
* queries, and queries where sinks are not sufficiently defined (eg. using broad method name matching).
1414
*/
1515
private module AllApiSinks {
1616
private import ParallelSink

csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources/ApiSources.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ final class SourceNode = FlowSources::SourceNode;
66

77
/**
88
* Module that adds all API like sources to `SourceNode`, excluding some sources for cryptography based
9-
* queries, and queries where sources are not succifiently defined (eg. using broad method name matching).
9+
* queries, and queries where sources are not sufficiently defined (eg. using broad method name matching).
1010
*/
1111
private module AllApiSources {
1212
private import semmle.code.csharp.security.dataflow.ConditionalBypassQuery as ConditionalBypassQuery

0 commit comments

Comments
 (0)