diff --git a/compiler/compiler-runner/src/org/jetbrains/kotlin/compilerRunner/CompilerOutputParser.kt b/compiler/compiler-runner/src/org/jetbrains/kotlin/compilerRunner/CompilerOutputParser.kt index f316d598b4f..191634200e9 100644 --- a/compiler/compiler-runner/src/org/jetbrains/kotlin/compilerRunner/CompilerOutputParser.kt +++ b/compiler/compiler-runner/src/org/jetbrains/kotlin/compilerRunner/CompilerOutputParser.kt @@ -52,7 +52,7 @@ object CompilerOutputParser { // Do nothing: // If the SAX parser sees a syntax error, it throws an exception // and calls close() on the reader. - // We prevent hte reader from being closed here, and close it later, + // We prevent the reader from being closed here, and close it later, // when all the text is read from it } }