diff --git a/fish-rust/src/fork_exec/mod.rs b/fish-rust/src/fork_exec/mod.rs index aa25b9ec3..55b818570 100644 --- a/fish-rust/src/fork_exec/mod.rs +++ b/fish-rust/src/fork_exec/mod.rs @@ -1,4 +1,4 @@ -// A mdoule concerned with the exec side of fork/exec. +// A module concerned with the exec side of fork/exec. // This concerns posix_spawn support, and async-signal // safe code which happens in between fork and exec.