From 8631e44449fb312ba243efba3ddf298df903a68e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20H=C3=A4mmerle?= Date: Tue, 29 May 2018 08:00:12 +0200 Subject: [PATCH] fix typo: privlaged -> privileged --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 159ccbe64e..5ccdfaeac8 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.