Skip to content

Commit 4b6b1fd

Browse files
committed
spelling: propagates
Signed-off-by: Josh Soref <[email protected]>
1 parent 7ee9e02 commit 4b6b1fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csharp/ql/src/utils/model-generator/internal/CaptureModels.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ string captureSource(DataFlowTargetApi api) {
247247
* A TaintTracking Configuration used for tracking flow through APIs.
248248
* The sources are the parameters of the API and the fields of the enclosing type.
249249
*
250-
* This can be used to generate Sink summaries for APIs, if the API propgates a parameter (or enclosing type field)
250+
* This can be used to generate Sink summaries for APIs, if the API propagates a parameter (or enclosing type field)
251251
* into an existing known sink (then the API itself becomes a sink).
252252
*/
253253
private class PropagateToSinkConfiguration extends PropagateToSinkConfigurationSpecific {

java/ql/src/utils/model-generator/internal/CaptureModels.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ string captureSource(DataFlowTargetApi api) {
247247
* A TaintTracking Configuration used for tracking flow through APIs.
248248
* The sources are the parameters of the API and the fields of the enclosing type.
249249
*
250-
* This can be used to generate Sink summaries for APIs, if the API propgates a parameter (or enclosing type field)
250+
* This can be used to generate Sink summaries for APIs, if the API propagates a parameter (or enclosing type field)
251251
* into an existing known sink (then the API itself becomes a sink).
252252
*/
253253
private class PropagateToSinkConfiguration extends PropagateToSinkConfigurationSpecific {

0 commit comments

Comments
 (0)