Merge pull request #1111 from mithunsasidharan/patch-1

Fixed a typo in a comment
This commit is contained in:
Alexander Udalov
2017-06-02 10:47:18 +03:00
committed by GitHub
@@ -52,7 +52,7 @@ object CompilerOutputParser {
// Do nothing: // Do nothing:
// If the SAX parser sees a syntax error, it throws an exception // If the SAX parser sees a syntax error, it throws an exception
// and calls close() on the reader. // 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 // when all the text is read from it
} }
} }