docs: correct spelling errors across multiple packages (#25002)

This commit is contained in:
Micke
2025-07-25 18:03:09 +00:00
committed by GitHub
parent ca0c177bca
commit db3f09e679
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ func TestPublicKeyUnsafeHDPath(t *testing.T) {
require.NoError(t, tmp.ValidateKey())
(&tmp).AssertIsPrivKeyInner()
// in this test we are chekcking if the generated keys are correct.
// in this test we are checking if the generated keys are correct.
require.Equal(t, expectedAnswers[i], priv.PubKey().String(),
"Is your device using test mnemonic: %s ?", testdata.TestMnemonic)