spelling: propagates

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-10-13 12:31:14 -04:00
parent 7ee9e0286b
commit 4b6b1fd8a8
2 changed files with 2 additions and 2 deletions

View File

@@ -247,7 +247,7 @@ string captureSource(DataFlowTargetApi api) {
* A TaintTracking Configuration used for tracking flow through APIs.
* The sources are the parameters of the API and the fields of the enclosing type.
*
* This can be used to generate Sink summaries for APIs, if the API propgates a parameter (or enclosing type field)
* This can be used to generate Sink summaries for APIs, if the API propagates a parameter (or enclosing type field)
* into an existing known sink (then the API itself becomes a sink).
*/
private class PropagateToSinkConfiguration extends PropagateToSinkConfigurationSpecific {