Skip to content

Commit

Permalink
netsim: fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed May 6, 2024
1 parent 3f545be commit 7bbfd58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ mkSnocket state tr = Snocket { getLocalAddr
resourceExhaustedError fd = IOError
{ ioe_handle = Nothing
, ioe_type = ResourceExhausted
, ioe_location = "Ouroboros.Netowrk.Snocket.Sim.accept"
, ioe_location = "Ouroboros.Network.Snocket.Sim.accept"
, ioe_description = printf "Resource exhausted (%s)" (show fd)
, ioe_errno = Nothing
, ioe_filename = Nothing
Expand Down

0 comments on commit 7bbfd58

Please sign in to comment.