summaryrefslogtreecommitdiffstats
path: root/src/verb
diff options
context:
space:
mode:
authorAlexander Seiler <seileralex@gmail.com>2023-05-04 07:40:19 +0200
committerGitHub <noreply@github.com>2023-05-04 07:40:19 +0200
commit4c2620396ec1fc928e035f40523f65a8ad665bbc (patch)
treef5179ffc38e79594865ac6076776ee34fbeff391 /src/verb
parent79ab7ba321a4495dc679d3a3e21460093dd1ef6c (diff)
Correct some typos (#703)
Diffstat (limited to 'src/verb')
-rw-r--r--src/verb/external_execution_mode.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verb/external_execution_mode.rs b/src/verb/external_execution_mode.rs
index b12c01b..4f45634 100644
--- a/src/verb/external_execution_mode.rs
+++ b/src/verb/external_execution_mode.rs
@@ -3,7 +3,7 @@ pub enum ExternalExecutionMode {
/// executed in the parent shell, on broot leaving, using the `br` function
FromParentShell,
- /// executed on broot leaving, not necessarly in the parent shell
+ /// executed on broot leaving, not necessarily in the parent shell
LeaveBroot,
/// executed in a sub process without quitting broot