From 21849fe466dc79d0d5fff7fc04f8a168dd89c2e6 Mon Sep 17 00:00:00 2001 From: Mithun Sasidharan Date: Fri, 2 Jun 2017 08:57:00 +0530 Subject: [PATCH] Fixed a minor spelling mistake in a comment Fixed a minor spelling mistake in a comment --- .../org/jetbrains/kotlin/compilerRunner/CompilerOutputParser.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }