Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 165514c

Browse files
committed
spelling: dispatcher
Signed-off-by: Josh Soref <[email protected]>
1 parent 7b070ba commit 165514c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/ql/lib/semmle/python/frameworks/Aiohttp.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module AiohttpWebModel {
4545
}
4646

4747
/** Gets a reference to an `aiohttp.web.UrlDispatcher` instance. */
48-
API::Node urlDispathcerInstance() {
48+
API::Node urlDispatcherInstance() {
4949
result = API::moduleImport("aiohttp").getMember("web").getMember("UrlDispatcher").getReturn()
5050
or
5151
result = applicationInstance().getMember("router")
@@ -170,7 +170,7 @@ module AiohttpWebModel {
170170
funcName = "route" and
171171
routeArgsStart = 1
172172
|
173-
this = urlDispathcerInstance().getMember("add_" + funcName).getACall()
173+
this = urlDispatcherInstance().getMember("add_" + funcName).getACall()
174174
or
175175
this = API::moduleImport("aiohttp").getMember("web").getMember(funcName).getACall()
176176
)

0 commit comments

Comments
 (0)