Skip to content

Commit 9ddae3e

Browse files
Fix spelling
Co-authored-by: Marcono1234 <[email protected]>
1 parent 2d862ef commit 9ddae3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/utils/GenerateFlowTestCase.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ string getFieldToken(FieldContent fc) {
138138
}
139139

140140
/**
141-
* Returns a valid Java token naming the synthtic field `fc`,
141+
* Returns a valid Java token naming the synthetic field `fc`,
142142
* assuming that the name of that field consists only of characters valid in a Java identifier and `.`.
143143
*/
144144
string getSyntheticFieldToken(SyntheticFieldContent fc) {

0 commit comments

Comments
 (0)