From b4847ac9ad3ad83352f0a29b60e18acd361ad486 Mon Sep 17 00:00:00 2001 From: shuoer86 <129674997+shuoer86@users.noreply.github.com> Date: Thu, 19 Oct 2023 20:23:11 +0800 Subject: [PATCH] Fix typos (#13053) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Radosław Kapka --- beacon-chain/rpc/prysm/v1alpha1/validator/status_test.go | 4 ++-- prysm.bat | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/beacon-chain/rpc/prysm/v1alpha1/validator/status_test.go b/beacon-chain/rpc/prysm/v1alpha1/validator/status_test.go index c38757d1b..08e8ab22e 100644 --- a/beacon-chain/rpc/prysm/v1alpha1/validator/status_test.go +++ b/beacon-chain/rpc/prysm/v1alpha1/validator/status_test.go @@ -807,7 +807,7 @@ func TestMultipleValidatorStatus_Pubkeys(t *testing.T) { assert.Equal(t, len(pubKeys), len(response.Statuses)) for i, resp := range response.Statuses { if !proto.Equal(want[i], resp) { - t.Fatalf("Wanted %v\n Recieved: %v\n", want[i], resp) + t.Fatalf("Wanted %v\n Received: %v\n", want[i], resp) } } } @@ -902,7 +902,7 @@ func TestMultipleValidatorStatus_Indices(t *testing.T) { assert.Equal(t, len(beaconState.Validators), len(response.Statuses)) for i, resp := range response.Statuses { if !proto.Equal(want[i], resp) { - t.Fatalf("Wanted %v\n Recieved: %v\n", want[i], resp) + t.Fatalf("Wanted %v\n Received: %v\n", want[i], resp) } } } diff --git a/prysm.bat b/prysm.bat index ff020b577..370a1d9a2 100644 --- a/prysm.bat +++ b/prysm.bat @@ -182,7 +182,7 @@ set "processargs=!processargs:*%1=!" & REM remove process from the list of argum echo PRYSM_autorestart is set, restarting GOTO autorestart ) else ( - echo an error has occured, set PRYSM_AUTORESTART=1 to automatically restart + echo an error has occurred, set PRYSM_AUTORESTART=1 to automatically restart ) :end