summaryrefslogtreecommitdiff
path: root/cli/standalone.rs
diff options
context:
space:
mode:
authorakfm <akfm.sato@gmail.com>2021-01-24 22:25:18 +0900
committerGitHub <noreply@github.com>2021-01-24 14:25:18 +0100
commit2ca637962faeccb92e729dd0dd45b59410074afd (patch)
tree4e78322d2238157089ec6a62294465419b5c91c0 /cli/standalone.rs
parent452df2f23a53460dd18460666d928fb2014141dc (diff)
docs(cli): fix typo `stanalone` -> `standalone` (#9246)
Diffstat (limited to 'cli/standalone.rs')
-rw-r--r--cli/standalone.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/standalone.rs b/cli/standalone.rs
index e10a5030e..c675d126a 100644
--- a/cli/standalone.rs
+++ b/cli/standalone.rs
@@ -46,7 +46,7 @@ pub struct Metadata {
pub const MAGIC_TRAILER: &[u8; 8] = b"d3n0l4nd";
/// This function will try to run this binary as a standalone binary
-/// produced by `deno compile`. It determines if this is a stanalone
+/// produced by `deno compile`. It determines if this is a standalone
/// binary by checking for the magic trailer string `D3N0` at EOF-12.
/// The magic trailer is followed by:
/// - a u64 pointer to the JS bundle embedded in the binary