Skip to content

Commit

Permalink
Merge pull request #103 from yoshikazusawa/patch-2
Browse files Browse the repository at this point in the history
Fix a minor typo
  • Loading branch information
syohex authored May 23, 2024
2 parents 6b85d98 + c03078d commit 50a8549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/11_net_empty_port.t
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SKIP: {
if (-f '/proc/sys/net/ipv4/ip_nonlocal_bind') {
open my $fh, "<", "/proc/sys/net/ipv4/ip_nonlocal_bind";
if (<$fh> =~ /1/) {
skip "Binding to non-local adddresses is allowed";
skip "Binding to non-local addresses is allowed";
} else {
ok ! can_bind('8.8.8.8'), 'Cannot bind to an unavailable address';
}
Expand Down

0 comments on commit 50a8549

Please sign in to comment.