Update javascript/ql/src/semmle/javascript/frameworks/SocketIO.qll

Co-Authored-By: esben-semmle <42067045+esben-semmle@users.noreply.github.com>
This commit is contained in:
Max Schaefer
2019-04-26 11:58:40 +02:00
committed by GitHub
parent 27f88c38ac
commit e2666a9203

View File

@@ -412,7 +412,7 @@ module SocketIOClient {
}
/**
* Gets the NPM package that countains `nd`.
* Gets the NPM package that contains `nd`.
*/
private NPMPackage getPackage(DataFlow::SourceNode nd) { result.getAFile() = nd.getFile() }