From fdb5c4f5782fa7859c462bb6b3721e3e71c710ba Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 19 Apr 2019 14:18:24 -0700 Subject: [PATCH] Typo: "command equivelant" -> "command equivalent" (#418) --- src/platform.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,