Skip to content

Commit

Permalink
Rename acces to access (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
denisvasilik committed Feb 19, 2020
1 parent 85df508 commit 445aeb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phases/ephemeral/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ No error occurred. System call completed successfully.
- <a href="#errno.2big" name="errno.2big"></a> `2big`
Argument list too long.

- <a href="#errno.acces" name="errno.acces"></a> `acces`
- <a href="#errno.access" name="errno.access"></a> `access`
Permission denied.

- <a href="#errno.addrinuse" name="errno.addrinuse"></a> `addrinuse`
Expand Down
2 changes: 1 addition & 1 deletion phases/ephemeral/witx/typenames.witx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
;;; Argument list too long.
$2big
;;; Permission denied.
$acces
$access
;;; Address in use.
$addrinuse
;;; Address not available.
Expand Down

0 comments on commit 445aeb7

Please sign in to comment.