Skip to content

Commit

Permalink
Typo: "command equivelant" -> "command equivalent" (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Apr 19, 2019
1 parent fce4c23 commit fdb5c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fdb5c4f

Please sign in to comment.