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 {
1053
1053
predicate valueAllowsNewline ( ) { super .valueAllowsNewline ( ) }
1054
1054
}
1055
1055
1056
- /** Provides a class for modelling header writes on HTTP responses. */
1056
+ /** Provides a class for modeling header writes on HTTP responses. */
1057
1057
module ResponseHeaderWrite {
1058
1058
/**
1059
1059
*A data-flow node that sets a header in an HTTP response.
@@ -1107,7 +1107,7 @@ module Http {
1107
1107
predicate valueAllowsNewline ( ) { super .valueAllowsNewline ( ) }
1108
1108
}
1109
1109
1110
- /** Provides a class for modelling bulk header writes on HTTP responses. */
1110
+ /** Provides a class for modeling bulk header writes on HTTP responses. */
1111
1111
module ResponseHeaderBulkWrite {
1112
1112
/**
1113
1113
*sets multiple headers in an HTTP response using a dict.
You can’t perform that action at this time.
0 commit comments