summaryrefslogtreecommitdiff
path: root/cli/flags.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/flags.rs')
-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.
"