We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1411634 commit ff99e97Copy full SHA for ff99e97
Network/Socket/Info.hsc
@@ -315,7 +315,7 @@ getAddrInfoList hints node service =
315
316
followAddrInfo :: Ptr AddrInfo -> IO (NonEmpty AddrInfo)
317
followAddrInfo ptr_ai
318
- | ptr_ai == nullPtr = ioError $ mkIOError NoSuchThing "getaddrinfo must retuan at least one addrinfo" Nothing Nothing
+ | ptr_ai == nullPtr = ioError $ mkIOError NoSuchThing "getaddrinfo must return at least one addrinfo" Nothing Nothing
319
| otherwise = do
320
a <- peek ptr_ai
321
ptr <- (# peek struct addrinfo, ai_next) ptr_ai
0 commit comments