summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Hämmerle <lusbuab@users.noreply.github.com>2018-05-29 08:00:12 +0200
committerRyan Dahl <ry@tinyclouds.org>2018-05-29 02:25:18 -0400
commit8631e44449fb312ba243efba3ddf298df903a68e (patch)
treef9ef66524e62c2b30f059afad274edc36e96aedd
parent1d71f93e2f96bb2b035cd075ef4113eb86d719a1 (diff)
fix typo: privlaged -> privileged
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 159ccbe64..5ccdfaeac 100644
--- a/README.md
+++ b/README.md
@@ -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.