Skip to content

Commit d7ad13b

Browse files
artem-smotrakovsmowton
authored andcommitted
Fixed typos in JMS.qll
1 parent 20f185e commit d7ad13b

File tree

1 file changed

+2
-2
lines changed
  • java/ql/lib/semmle/code/java/frameworks

1 file changed

+2
-2
lines changed

java/ql/lib/semmle/code/java/frameworks/JMS.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import java
99
import semmle.code.java.dataflow.ExternalFlow
1010

11-
/** Defines sources of taited data in JMS 1. */
11+
/** Defines sources of tainted data in JMS 1. */
1212
private class Jms1Source extends SourceModelCsv {
1313
override predicate row(string row) {
1414
row =
@@ -91,7 +91,7 @@ private class Jms1FlowStep extends SummaryModelCsv {
9191
}
9292
}
9393

94-
/** Defines additional sources of taited data in JMS 2. */
94+
/** Defines additional sources of tainted data in JMS 2. */
9595
private class Jms2Source extends SourceModelCsv {
9696
override predicate row(string row) {
9797
row =

0 commit comments

Comments
 (0)