mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
fix typo: privlaged -> privileged
This commit is contained in:
parent
1d71f93e2f
commit
8631e44449
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue