Skip to content

Commit

Permalink
fix typo: privlaged -> privileged
Browse files Browse the repository at this point in the history
  • Loading branch information
lusbuab authored and ry committed May 29, 2018
1 parent 1d71f93 commit 8631e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A JavaScript runtime using V8 6.8 and Go.

* File system and network access can be controlled in order to run sandboxed
code. Defaults to read-only file system access. Access between V8
(unprivlaged) and Golang (privlaged) is only done via serialized messages
(unprivileged) and Golang (privileged) is only done via serialized messages
defined in this protobuf: https://github.com/ry/deno/blob/master/msg.proto
This makes it easy to audit.

Expand Down

0 comments on commit 8631e44

Please sign in to comment.