Skip to content

Commit

Permalink
Fix typos (#13053)
Browse files Browse the repository at this point in the history
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
  • Loading branch information
shuoer86 and rkapka authored Oct 19, 2023
1 parent bc125a9 commit b4847ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions beacon-chain/rpc/prysm/v1alpha1/validator/status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
}
Expand Down Expand Up @@ -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)
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion prysm.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4847ac

Please sign in to comment.