Skip to content

Commit cf932eb

Browse files
committed
C++: Repair typo fix from main.
1 parent 7b1cd70 commit cf932eb

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/src/Security/CWE/CWE-611

1 file changed

+1
-1
lines changed

cpp/ql/src/Security/CWE/CWE-611/XML.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ abstract class XxeFlowStateTransformer extends Expr {
4646
* Due to limitations of the implementation the transformation defined by this
4747
* predicate must be idempotent, that is, for any input `x` it must be that:
4848
* ```
49-
* transform(tranform(x)) = tranform(x)
49+
* transform(transform(x)) = transform(x)
5050
* ```
5151
*/
5252
abstract XxeFlowState transform(XxeFlowState flowstate);

0 commit comments

Comments
 (0)