[skip ci] Fix typo in binlog writer (#8255)

Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
pull/8254/head
Xiaofan 2021-09-18 22:55:51 +08:00 committed by GitHub
parent 75ce32dcad
commit acfd7c7911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ const (
ServerVersion = 1
)
// BinlogType is to distinguish different files saving diffrent data.
// BinlogType is to distinguish different files saving different data.
type BinlogType int32
const (