Fixed a minor spelling mistake in a comment

Fixed a minor spelling mistake in a comment
This commit is contained in:
Mithun Sasidharan
2017-06-02 08:57:00 +05:30
committed by GitHub
parent 24476fc581
commit 21849fe466
@@ -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
} }
} }