From 62ceccc29dd7902fb6b2dbdd232e6104a1dac257 Mon Sep 17 00:00:00 2001 From: rubyisrust Date: Tue, 18 Mar 2025 11:07:53 +0800 Subject: [PATCH] chore: fix some comments Signed-off-by: rubyisrust --- cmd/persistenceCore/cmd/root.go | 2 +- interchaintest/module_pfm_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/persistenceCore/cmd/root.go b/cmd/persistenceCore/cmd/root.go index b382e3b5..321e77df 100644 --- a/cmd/persistenceCore/cmd/root.go +++ b/cmd/persistenceCore/cmd/root.go @@ -86,7 +86,7 @@ func NewRootCmd() (*cobra.Command, params.EncodingConfig) { return rootCmd, encodingConfig } -// setCfg params at the package state +// setConfig params at the package state func setConfig() { cfg := sdk.GetConfig() diff --git a/interchaintest/module_pfm_test.go b/interchaintest/module_pfm_test.go index 22a9ddcf..963723a1 100644 --- a/interchaintest/module_pfm_test.go +++ b/interchaintest/module_pfm_test.go @@ -180,7 +180,7 @@ func TestPacketForwardMiddleware(t *testing.T) { func() { err := r.StopRelayer(ctx, eRep) if err != nil { - t.Logf("an error occured while stopping the relayer: %s", err) + t.Logf("an error occurred while stopping the relayer: %s", err) } }, )