Skip to content

Commit 24f847a

Browse files
committed
spelling: representing
Signed-off-by: Josh Soref <[email protected]>
1 parent 441d535 commit 24f847a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/ql/src/experimental/semmle/python/templates/DjangoTemplate.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import experimental.semmle.python.templates.SSTISink
77
deprecated ClassValue theDjangoTemplateClass() { result = Value::named("django.template.Template") }
88

99
/**
10-
* A sink representng `django.template.Template` class instantiation argument.
10+
* A sink representing `django.template.Template` class instantiation argument.
1111
*
1212
* from django.template import Template
1313
* template = Template(`sink`)
@@ -26,7 +26,7 @@ deprecated class DjangoTemplateTemplateSink extends SSTISink {
2626
}
2727
// TODO (intentionally commented out QLDoc, since qlformat will delete those lines otherwise)
2828
// /**
29-
// * Sinks representng the django.template.Template class instantiation.
29+
// * Sinks representing the django.template.Template class instantiation.
3030
// *
3131
// * from django.template import engines
3232
// *

python/ql/src/experimental/semmle/python/templates/FlaskTemplate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ deprecated Value theFlaskRenderTemplateClass() {
99
}
1010

1111
/**
12-
* A sink representng `flask.render_template_string` function call argument.
12+
* A sink representing `flask.render_template_string` function call argument.
1313
*
1414
* from flask import render_template_string
1515
* render_template_string(`sink`)

0 commit comments

Comments
 (0)