Skip to content

Commit e516e4c

Browse files
authored
Fix typo in sockets tests. (#56038)
1 parent 8d515ed commit e516e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Sockets/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ end
454454
if isa(e, Base.IOError) && Base.uverrorname(e.code) == "EPERM"
455455
@warn "UDP IPv4 broadcast test skipped (permission denied upon send, restrictive firewall?)"
456456
elseif Sys.isapple() && isa(e, Base.IOError) && Base.uverrorname(e.code) == "EHOSTUNREACH"
457-
@warn "UDP IPv4 broadcast test skipped (local network access not granded?)"
457+
@warn "UDP IPv4 broadcast test skipped (local network access not granted?)"
458458
else
459459
rethrow()
460460
end

0 commit comments

Comments
 (0)