Skip to content

Commit 33bc313

Browse files
committed
spelling: something
Signed-off-by: Josh Soref <[email protected]>
1 parent 05e20a3 commit 33bc313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ module Pydantic {
6565
* NOTE: We currently overapproximate, and treat all attributes as containing
6666
* another pydantic model. For the code below, we _could_ limit this to `main_foo`
6767
* and members of `other_foos`. IF THIS IS CHANGED, YOU MUST CHANGE THE ADDITIONAL
68-
* TAINT STEPS BELOW, SUCH THAT SIMPLE ACCESS OF SOMETHIGN LIKE `str` IS STILL
68+
* TAINT STEPS BELOW, SUCH THAT SIMPLE ACCESS OF SOMETHING LIKE `str` IS STILL
6969
* TAINTED.
7070
*
7171
*

0 commit comments

Comments
 (0)