Skip to content

Commit

Permalink
net/SocketError: fix typo
Browse files Browse the repository at this point in the history
Whoops.  This function has never been used.
  • Loading branch information
MaxKellermann committed Mar 11, 2024
1 parent 02c4512 commit 9c68f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/SocketError.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ IsSocketErrorAcceptWouldBlock(socket_error_t code) noexcept
}

constexpr bool
IsSocketErrorInterruped(socket_error_t code) noexcept
IsSocketErrorInterrupted(socket_error_t code) noexcept
{
#ifdef _WIN32
return code == WSAEINTR;
Expand Down

0 comments on commit 9c68f24

Please sign in to comment.