Skip to content

Fix WSAEACCES typo in error message on Windows #623

Description

@sodic

WinSockErr.c misspells the socket error WSAEACCES as WSAEACCESS (note the extra "S" at the end):

case WSAEACCES: return "Permission denied (WSAEACCESS)";

It's a trivial fix, so here's the PR for it: #622

In case you decide not to fix the bug (Hyrum's law and all that), feel free to say so and close the PR.
This issue will document the decision, detering contributors and agents from future attempts.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions