Skip to content

Commit 65d8180

Browse files
committed
fix codespell error
Signed-off-by: aicee <hhbin2000@foxmail.com>
1 parent 42357c1 commit 65d8180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/encryption/ipsec/ipsec_handler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ func TestCreateStateRule(t *testing.T) {
367367
require.False(t, found, "XFRM state rule found after deletion")
368368
found, err = hasStateRule(&state2)
369369
require.NoError(t, err, "Failed to check XFRM state rule: %v", err)
370-
require.True(t, found, "XFRM state2 rule shoudld not be removed")
370+
require.True(t, found, "XFRM state2 rule should not be removed")
371371
})
372372
}
373373

0 commit comments

Comments
 (0)