[chore](fix) Fix some spell errors in be's comments. #13452

This commit is contained in:
xy720
2022-10-20 08:56:01 +08:00
committed by GitHub
parent 3821f8420d
commit f329d33666
48 changed files with 57 additions and 57 deletions

View File

@ -329,7 +329,7 @@ void JsonReader::_close() {
// read one json string from line reader or file reader and parse it to json doc.
// return Status::DataQualityError() if data has quality error.
// return other error if encounter other problemes.
// return other error if encounter other problems.
// return Status::OK() if parse succeed or reach EOF.
Status JsonReader::_parse_json_doc(size_t* size, bool* eof) {
// read a whole message