mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
spelling: reinitialised
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -400,7 +400,7 @@ private abstract class TrapFileWriter(val logger: FileLogger, trapName: String,
|
||||
|
||||
fun getTempWriter(): BufferedWriter {
|
||||
if (this::tempFile.isInitialized) {
|
||||
logger.error("Temp writer reinitiailised for $realFile")
|
||||
logger.error("Temp writer reinitialised for $realFile")
|
||||
}
|
||||
tempFile = File.createTempFile(realFile.getName() + ".", ".trap.tmp" + extension, parentDir)
|
||||
return getWriter(tempFile)
|
||||
|
||||
Reference in New Issue
Block a user