diff options
author | Neil Richter <me@neilrichter.com> | 2019-06-10 15:20:19 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-10 09:20:19 -0400 |
commit | 163d60bf16b2c62192b5bf1763ebe6ee2b8c4406 (patch) | |
tree | d4d683313a8f47b8ba2d6470988d359946f8ef41 | |
parent | 5871d22d9b1f99a4735ff7b4e2dcca977795aa74 (diff) |
typo (#2489)
-rw-r--r-- | cli/flags.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index b5e759f25..9f37fb184 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -170,7 +170,7 @@ compiler.", ).subcommand( SubCommand::with_name("bundle") .setting(AppSettings::DisableVersion) - .about("Bundle module and dependnecies into single file") + .about("Bundle module and dependencies into single file") .long_about( "Fetch, compile, and output to a single file a module and its dependencies. " |