Skip to content

Commit 43cbc35

Browse files
authored
Update java/ql/src/Security/CWE/CWE-200/TempDirLocalInformationDisclosure.ql
Fix typo
1 parent e65d4c0 commit 43cbc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Security/CWE/CWE-200/TempDirLocalInformationDisclosure.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ private class FileCreateTempFileSink extends FileCreationSink {
105105
}
106106

107107
/**
108-
* A santizier that holds when the program is definitely running under some version of Windows.
108+
* A sanitizer that holds when the program is definitely running under some version of Windows.
109109
*/
110110
abstract private class WindowsOsSanitizer extends DataFlow::Node { }
111111

0 commit comments

Comments
 (0)