Skip to content

Commit a7096b5

Browse files
author
José Valim
committed
Merge pull request #2372 from chyndman/eacces-posix-typo
:eaccess becomes :eacces
2 parents 789a657 + 8552886 commit a7096b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/file.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ defmodule File do
771771
case F.delete(path) do
772772
:ok ->
773773
:ok
774-
{:error, :eaccess} = e ->
774+
{:error, :eacces} = e ->
775775
change_mode_windows(path) || e
776776
{:error, _} = e ->
777777
e

0 commit comments

Comments
 (0)