chore: fix some typos in comments (#1582)

Signed-off-by: zhetaicheleba <taicheleba@outlook.com>
This commit is contained in:
zhetaicheleba
2026-01-21 01:03:31 +09:00
committed by GitHub
parent bf49e78243
commit e5f60fa54f
5 changed files with 9 additions and 9 deletions

View File

@@ -200,7 +200,7 @@ func Test_ca(t *testing.T) {
assert.Empty(t, b)
assert.Len(t, lKey, 64)
// test when reading passsword results in an error
// test when reading password results in an error
os.Remove(keyF.Name())
os.Remove(crtF.Name())
ob.Reset()