Skip to content

Commit 7ee9e02

Browse files
committed
spelling: processing
Signed-off-by: Josh Soref <[email protected]>
1 parent 9d4d9b2 commit 7ee9e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/security/xml/InsecureXMLQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ module XmlSettings {
130130
|
131131
not isSafeDtdSetting(dtdVal) and evidence = dtdVal
132132
) and
133-
reason = "DTD procesing enabled in settings"
133+
reason = "DTD processing enabled in settings"
134134
or
135135
not exists(getAValueForProp(creation, "ProhibitDtd")) and
136136
reason = "DTD processing is enabled by default in versions before 4.0" and

0 commit comments

Comments
 (0)