summaryrefslogtreecommitdiffstats
path: root/src/verb
diff options
context:
space:
mode:
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