Skip to content

Commit

Permalink
Fix a couple of typos in README.md (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanahsmith authored Sep 29, 2023
1 parent ba0372a commit e365cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ resolved within that directory. For more information about sandbox, see
[WASI filesystem path resolution](path-resolution.md).

WASI filesystem hides some of the surface differences between Windows and
Unix-style filesystems, however much of its behavior, indluding the
Unix-style filesystems, however much of its behavior, including the
semantics of path lookup, and the semantics of files, directories, and
symlinks, and the constraints on filesystem paths, is host-dependent.

Expand Down Expand Up @@ -102,7 +102,7 @@ fn write_hello_world_to_a_file(dir: Descriptor) -> Result<(), Errno> {

Perhaps the biggest change from the preview1 version of openat, called
`path_open`, is the removal of the *rights* flags. Preview1 associates
a set of flags with every file descriptor enumerating which operatings
a set of flags with every file descriptor enumerating which operations
may be performed on it, such as reading, writing, appending, truncating,
and many other operations. In practice, this created a lot of ambiguity
about how it mapped to POSIX semantics, as it doesn't directly correspond
Expand Down

0 comments on commit e365cb1

Please sign in to comment.