Skip to content

Commit dbbc944

Browse files
Correct spelling
1 parent a88ad62 commit dbbc944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/lib/semmle/python/Concepts.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)