Typo: "command equivelant" -> "command equivalent" (#418)
This commit is contained in:
parent
fce4c232d3
commit
fdb5c4f578
@ -3,7 +3,7 @@ use crate::common::*;
|
|||||||
pub struct Platform;
|
pub struct Platform;
|
||||||
|
|
||||||
pub trait PlatformInterface {
|
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`
|
/// shebang line `shebang`
|
||||||
fn make_shebang_command(
|
fn make_shebang_command(
|
||||||
path: &Path,
|
path: &Path,
|
||||||
|
Loading…
Reference in New Issue
Block a user