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),