Skip to content

Commit f92d763

Browse files
committed
spelling: exception
Signed-off-by: Josh Soref <[email protected]>
1 parent c575a2b commit f92d763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-703/FindIncorrectlyUsedExceptions.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ where
2424
texp.getEnclosingStmt().getParentStmt*() = ts.getStmt() and
2525
not ts.getACatchClause().isEmpty()
2626
) and
27-
msg = "DllMain contains an exeption not wrapped in a try..catch block."
27+
msg = "DllMain contains an exception not wrapped in a try..catch block."
2828
or
2929
texp.getExpr().isParenthesised() and
3030
texp.getExpr().(CommaExpr).getLeftOperand().isConstant() and

0 commit comments

Comments
 (0)