diff options
author | slowy07 <slowy.arfy@gmail.com> | 2021-08-27 07:45:16 +0700 |
---|---|---|
committer | slowy07 <slowy.arfy@gmail.com> | 2021-08-27 07:45:16 +0700 |
commit | fb113bb108e96de992d06dd6584fe5b7813aef45 (patch) | |
tree | 94c5c95fa7aab1ab043f9b7c04e3564f3710da2d /test/packetimpact/tests | |
parent | a69f8c8d598bc75dc3c3adb2059eda263d5437c1 (diff) |
fix: typo spelling grammar
Diffstat (limited to 'test/packetimpact/tests')
-rw-r--r-- | test/packetimpact/tests/udp_icmp_error_propagation_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/packetimpact/tests/udp_icmp_error_propagation_test.go b/test/packetimpact/tests/udp_icmp_error_propagation_test.go index bb33ca4b3..556cee1d9 100644 --- a/test/packetimpact/tests/udp_icmp_error_propagation_test.go +++ b/test/packetimpact/tests/udp_icmp_error_propagation_test.go @@ -155,7 +155,7 @@ func testRecv(ctx context.Context, t *testing.T, d testData) { // testSendTo tests observing the ICMP error through the send syscall. If // wantErrno is non-zero, the first send should fail and a subsequent send -// should suceed; while if wantErrno is zero then the first send should just +// should succeed; while if wantErrno is zero then the first send should just // succeed. func testSendTo(ctx context.Context, t *testing.T, d testData) { // Check that sending on the clean socket works. |