diff options
author | Joseph <jngugi88@gmail.com> | 2018-10-24 18:54:34 +0300 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-24 08:54:34 -0700 |
commit | d2df67e8221877a14b77d5e185367717afe503f8 (patch) | |
tree | fc621b1dac796bf248093b5a85731d62f055b7ad /src/resources.rs | |
parent | 5fbe6a242c36b3836fe646ab037a03a6c80e32d8 (diff) |
fix typos (#1083)
Diffstat (limited to 'src/resources.rs')
-rw-r--r-- | src/resources.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources.rs b/src/resources.rs index 5a41ee2db..a959d5c55 100644 --- a/src/resources.rs +++ b/src/resources.rs @@ -1,7 +1,7 @@ // Copyright 2018 the Deno authors. All rights reserved. MIT license. // Think of Resources as File Descriptors. They are integers that are allocated -// by the privlaged side of Deno to refer to various resources. The simplest +// by the privileged side of Deno to refer to various resources. The simplest // example are standard file system files and stdio - but there will be other // resources added in the future that might not correspond to operating system // level File Descriptors. To avoid confusion we call them "resources" not "file |