Fix: typos

This commit is contained in:
Yoann La Cancellera
2023-11-21 15:57:15 +01:00
committed by Sveta Smirnova
parent 7876a0511c
commit 3fae43123e
10 changed files with 24 additions and 24 deletions

View File

@@ -273,7 +273,7 @@ var SSTMap = types.RegexMap{
},
"RegexTimeoutReceivingFirstData": &types.LogRegex{
Regex: regexp.MustCompile("Possible timeout in receving first data from donor in gtid/keyring stage"),
Regex: regexp.MustCompile("Possible timeout in receving first data from donor in gtid/keyring stage"), // typo is in Galera lib
Handler: func(submatches map[string]string, ctx types.LogCtx, log string, date time.Time) (types.LogCtx, types.LogDisplayer) {
return ctx, types.SimpleDisplayer(utils.Paint(utils.RedText, "timeout from donor in gtid/keyring stage"))
},