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 Apr 4, 2024
1 parent d76e56b commit 33aa4ce
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 33aa4ce

Please sign in to comment.