summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Richter <me@neilrichter.com>2019-06-10 15:20:19 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-06-10 09:20:19 -0400
commit163d60bf16b2c62192b5bf1763ebe6ee2b8c4406 (patch)
treed4d683313a8f47b8ba2d6470988d359946f8ef41
parent5871d22d9b1f99a4735ff7b4e2dcca977795aa74 (diff)
typo (#2489)
-rw-r--r--cli/flags.rs2
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.
"