Fix some typos in be/. (#9681)

This commit is contained in:
Shuangchi He
2022-05-19 20:55:39 +08:00
committed by GitHub
parent 87e3904cc6
commit 73c4ec7167
20 changed files with 28 additions and 28 deletions

View File

@ -384,7 +384,7 @@ std::string LzopDecompressor::debug_info() {
<< " header size: " << _header_info.header_size
<< " header checksum type: " << _header_info.header_checksum_type
<< " input checksum type: " << _header_info.input_checksum_type
<< " ouput checksum type: " << _header_info.output_checksum_type;
<< " output checksum type: " << _header_info.output_checksum_type;
return ss.str();
}
#endif // DORIS_WITH_LZO