Skip to content

Commit e3ab63a

Browse files
authored
Fix typo in help menu for the reactivate command (#3932)
1 parent da0607b commit e3ab63a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libmamba/data/mamba.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ __fish_mamba_complete_subcmds '__fish_mamba_has_command shell' '
191191
reinit Restore activation script from rc files
192192
hook Micromamba hook scripts
193193
activate Output activation code for the given shell
194-
reactivate Output reactivateion code for the given shell
194+
reactivate Output reactivation code for the given shell
195195
deactivate Output deactivation code for the given shell
196196
enable_long_path_support Output deactivation code for the given shell
197197
'

micromamba/src/shell.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ set_shell_command(CLI::App* shell_subcmd, Configuration& config)
407407

408408
auto* reacti_subsubcmd = shell_subcmd->add_subcommand(
409409
"reactivate",
410-
"Output reactivateion code for the given shell"
410+
"Output reactivation code for the given shell"
411411
);
412412
set_shell_reactivate_command(reacti_subsubcmd, config);
413413

0 commit comments

Comments
 (0)