From 4e0f32acb6363a5d02c39eefb2eaf1c2d8ec2d1d Mon Sep 17 00:00:00 2001 From: Yoann La Cancellera Date: Tue, 12 Mar 2024 23:18:20 +0100 Subject: [PATCH] pt-galera-log-explainer: typo --- src/go/pt-galera-log-explainer/types/logctx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/go/pt-galera-log-explainer/types/logctx.go b/src/go/pt-galera-log-explainer/types/logctx.go index d0c0c9b7..3c578466 100644 --- a/src/go/pt-galera-log-explainer/types/logctx.go +++ b/src/go/pt-galera-log-explainer/types/logctx.go @@ -123,7 +123,7 @@ func (logCtx *LogCtx) AddOwnHash(hash string, date time.Time) { logCtx.OwnHashes = append(logCtx.OwnHashes, hash) // optimistically assume this new hash will have the same ip/name - // it may be wrong in some situations (all operator related, it will be overriden eventually in those) + // it may be wrong in some situations (all operator related, it will be overridden eventually in those) // but it will also bridge the gap in sparse on-premise logs // why only the last one: the earliest information may be obsolete if lenIPs := len(logCtx.OwnIPs); lenIPs > 0 {