fix: typos across the codebase (#25022)

This commit is contained in:
strmfos
2025-07-28 13:47:37 +00:00
committed by GitHub
parent ea6d5f1149
commit ea11dd1918
10 changed files with 15 additions and 16 deletions
@@ -1004,7 +1004,7 @@ func (s *CLITestSuite) TestAuxSigner() {
true,
},
{
"no error with SIGN_MDOE_DIRECT_AUX mode and generate-only set (ignores generate-only)",
"no error with SIGN_MODE_DIRECT_AUX mode and generate-only set (ignores generate-only)",
[]string{
fmt.Sprintf("--%s=%s", flags.FlagSignMode, flags.SignModeDirectAux),
fmt.Sprintf("--%s=true", flags.FlagGenerateOnly),
@@ -1012,7 +1012,7 @@ func (s *CLITestSuite) TestAuxSigner() {
false,
},
{
"no error with SIGN_MDOE_DIRECT_AUX mode and generate-only, tip flag set",
"no error with SIGN_MODE_DIRECT_AUX mode and generate-only, tip flag set",
[]string{
fmt.Sprintf("--%s=%s", flags.FlagSignMode, flags.SignModeDirectAux),
fmt.Sprintf("--%s=true", flags.FlagGenerateOnly),
+4 -4
View File
@@ -265,7 +265,7 @@ func TestTallyOnlyValidatorsNonVoter(t *testing.T) {
assert.Assert(t, tallyResults.Equals(v1.EmptyTallyResult()) == false)
}
func TestTallyDelgatorOverride(t *testing.T) {
func TestTallyDelegatorOverride(t *testing.T) {
t.Parallel()
f := initFixture(t)
@@ -305,7 +305,7 @@ func TestTallyDelgatorOverride(t *testing.T) {
assert.Assert(t, tallyResults.Equals(v1.EmptyTallyResult()) == false)
}
func TestTallyDelgatorInherit(t *testing.T) {
func TestTallyDelegatorInherit(t *testing.T) {
t.Parallel()
f := initFixture(t)
@@ -344,7 +344,7 @@ func TestTallyDelgatorInherit(t *testing.T) {
assert.Assert(t, tallyResults.Equals(v1.EmptyTallyResult()) == false)
}
func TestTallyDelgatorMultipleOverride(t *testing.T) {
func TestTallyDelegatorMultipleOverride(t *testing.T) {
t.Parallel()
f := initFixture(t)
@@ -388,7 +388,7 @@ func TestTallyDelgatorMultipleOverride(t *testing.T) {
assert.Assert(t, tallyResults.Equals(v1.EmptyTallyResult()) == false)
}
func TestTallyDelgatorMultipleInherit(t *testing.T) {
func TestTallyDelegatorMultipleInherit(t *testing.T) {
t.Parallel()
f := initFixture(t)