fix some typo error

This commit is contained in:
csch
2023-03-20 11:03:29 +08:00
parent 60700dde28
commit d4f3d56c9e
3 changed files with 5 additions and 5 deletions

View File

@ -79,7 +79,7 @@ struct ObCSVGeneralFormat {
/**
* @brief Fast csv general parser is mysql compatible csv parser
* It support single-byte or multi-byte seperators
* It support single-byte or multi-byte separators
* It support utf8, gbk and gb18030 character set
*/
class ObCSVGeneralParser