diff --git a/src/platform.rs b/src/platform.rs index 56a7ae1..6c21488 100644 --- a/src/platform.rs +++ b/src/platform.rs @@ -3,7 +3,7 @@ use crate::common::*; pub struct Platform; pub trait PlatformInterface { - /// Construct a command equivelant to running the script at `path` with the + /// Construct a command equivalent to running the script at `path` with the /// shebang line `shebang` fn make_shebang_command( path: &Path,