File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/ql/lib/semmle/python Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1053,7 +1053,7 @@ module Http {
10531053 predicate valueAllowsNewline ( ) { super .valueAllowsNewline ( ) }
10541054 }
10551055
1056- /** Provides a class for modelling header writes on HTTP responses. */
1056+ /** Provides a class for modeling header writes on HTTP responses. */
10571057 module ResponseHeaderWrite {
10581058 /**
10591059 *A data-flow node that sets a header in an HTTP response.
@@ -1107,7 +1107,7 @@ module Http {
11071107 predicate valueAllowsNewline ( ) { super .valueAllowsNewline ( ) }
11081108 }
11091109
1110- /** Provides a class for modelling bulk header writes on HTTP responses. */
1110+ /** Provides a class for modeling bulk header writes on HTTP responses. */
11111111 module ResponseHeaderBulkWrite {
11121112 /**
11131113 *sets multiple headers in an HTTP response using a dict.
You can’t perform that action at this time.
0 commit comments