diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-04-30 09:57:01 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-04-30 09:57:01 -0600 |
commit | 171b4ce85c491563004ad6b74377a8cb70a7d06c (patch) | |
tree | 12b1c2410d69d3939c1a99509b8798a8f078f74f /src | |
parent | 39ff80d031c5c9c1831ba5ea597c0de0181bfe34 (diff) |
typo
Diffstat (limited to 'src')
-rw-r--r-- | src/nix/shell.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/shell.cc b/src/nix/shell.cc index 71e640667..e0546ef78 100644 --- a/src/nix/shell.cc +++ b/src/nix/shell.cc @@ -219,7 +219,7 @@ struct CmdDevShell : Common, MixEnvironment mkFlag() .longName("command") .shortName('c') - .description("command and arguments to be executed insted of an interactive shell") + .description("command and arguments to be executed instead of an interactive shell") .labels({"command", "args"}) .arity(ArityAny) .handler([&](std::vector<std::string> ss) { |