From 163d60bf16b2c62192b5bf1763ebe6ee2b8c4406 Mon Sep 17 00:00:00 2001 From: Neil Richter Date: Mon, 10 Jun 2019 15:20:19 +0200 Subject: [PATCH] typo (#2489) --- cli/flags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/flags.rs b/cli/flags.rs index b5e759f250..9f37fb1848 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. "