Skip to content

Commit

Permalink
Fix ERROR_INVALID_PARAMETER
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Dec 24, 2024
1 parent 4431971 commit 9f57781
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ default.extend-ignore-re = [

[tool.typos.default.extend-identifiers]
IPPROTO_ND = "IPPROTO_ND"
ERROR_INVALID_PARMETER = "ERROR_INVALID_PARMETER"
xn--caf-dma = "xn--caf-dma"
mis-nested = "misnested"

Expand Down
2 changes: 1 addition & 1 deletion src/trio/_core/_windows_cffi.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ class ErrorCodes(enum.IntEnum):
ERROR_OPERATION_ABORTED = 995
ERROR_ABANDONED_WAIT_0 = 735
ERROR_INVALID_HANDLE = 6
ERROR_INVALID_PARMETER = 87
ERROR_INVALID_PARAMETER = 87
ERROR_NOT_FOUND = 1168
ERROR_NOT_SOCKET = 10038

Expand Down

0 comments on commit 9f57781

Please sign in to comment.