From ebeeed53334150e1509db402028fc0fae1d84ed1 Mon Sep 17 00:00:00 2001 From: Augustus Chang Date: Wed, 22 May 2024 17:35:28 -0400 Subject: [PATCH] typo --- median/plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/median/plugin.go b/median/plugin.go index a0db722..7e1c242 100644 --- a/median/plugin.go +++ b/median/plugin.go @@ -31,7 +31,7 @@ func (p *Plugin) NewMedianFactory(ctx context.Context, provider types.MedianProv ctxVals.SetValues(ctx) lggr := logger.With(p.Logger, ctxVals.Args()...) - // We omit gas price in observation to maintain backwards compability in libocr (with older nodes). + // We omit gas price in observation to maintain backwards compatibility in libocr (with older nodes). // Once all chainlink nodes have updated to libocr version >= fd3cab206b2c // the IncludeGasPriceSubunitsInObservation field can be removed