Typo: "command equivelant" -> "command equivalent" (#418)

This commit is contained in:
Casey Rodarmor 2019-04-19 14:18:24 -07:00 committed by GitHub
parent fce4c232d3
commit fdb5c4f578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,