Fix unneeded import and spelling mistake

This commit is contained in:
Joe Farebrother
2021-10-25 14:10:14 +01:00
parent 0c1af2411b
commit 6dac86b9be
2 changed files with 1 additions and 2 deletions

View File

@@ -17,5 +17,5 @@ import DataFlow::PathGraph
from SensitiveCommunicationConfig cfg, DataFlow::PathNode source, DataFlow::PathNode sink
where cfg.hasFlowPath(source, sink)
select sink.getNode(), source, sink, "This call may leak sensitive infomration from $@.",
select sink.getNode(), source, sink, "This call may leak sensitive information from $@.",
source.getNode(), "here"