Skip to content

Commit 00cc333

Browse files
committed
spelling: request
Signed-off-by: Josh Soref <[email protected]>
1 parent 24f847a commit 00cc333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ private module Requests {
113113
ClassInstantiation() { this = classRef().getACall() }
114114
}
115115

116-
/** Return value from making a reuqest. */
116+
/** Return value from making a request. */
117117
private class RequestReturnValue extends InstanceSource, DataFlow::Node {
118118
RequestReturnValue() { this = any(OutgoingRequestCall c) }
119119
}

0 commit comments

Comments
 (0)