From e68c4979361d56746e19bd7b4b58a593e1da2b63 Mon Sep 17 00:00:00 2001 From: leolin49 Date: Mon, 11 Jul 2022 11:08:58 +0800 Subject: [PATCH] Update maker.go correct spelling of comments --- maker/golang/xdb/maker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maker/golang/xdb/maker.go b/maker/golang/xdb/maker.go index 7cf086b..297235b 100644 --- a/maker/golang/xdb/maker.go +++ b/maker/golang/xdb/maker.go @@ -240,7 +240,7 @@ func (m *Maker) Start() error { var region = []byte(seg.Region) if len(region) > 0xFFFF { - return fmt.Errorf("too long region info `%s`: shoul be less than %d bytes", seg.Region, 0xFFFF) + return fmt.Errorf("too long region info `%s`: should be less than %d bytes", seg.Region, 0xFFFF) } // get the first ptr of the next region