Fix a coupe of typos (#1007)

This commit is contained in:
aliha
2019-08-26 15:37:05 -04:00
committed by Jordan Bayles
parent c92c87b47d
commit 472adb60ee
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ public:
*/
String getFormattedErrorMessages() const;
/** \brief Returns a vector of structured erros encounted while parsing.
/** \brief Returns a vector of structured errors encountered while parsing.
*
* \return A (possibly empty) vector of StructuredError objects. Currently
* only one error can be returned, but the caller should tolerate multiple