From 269e041e34bd3bd30cb3f547ca5f94b841a475f5 Mon Sep 17 00:00:00 2001 From: yukun Date: Sat, 18 Sep 2021 19:53:51 +0800 Subject: [PATCH] [skip ci]Fix typo (#8251) Signed-off-by: fishpenguin --- internal/storage/binlog_writer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/storage/binlog_writer.go b/internal/storage/binlog_writer.go index 1c0cd65bc9..6f36993d75 100644 --- a/internal/storage/binlog_writer.go +++ b/internal/storage/binlog_writer.go @@ -27,7 +27,7 @@ const ( ServerVersion = 1 ) -// BinlogType is to distinguish diffrent files saving diffrent data. +// BinlogType is to distinguish different files saving diffrent data. type BinlogType int32 const (