Fix exec*table typo in main doc comment

This commit is contained in:
Marijn Suijten
2022-04-08 15:38:42 +02:00
committed by GitHub
parent b49f1f9ce1
commit 8a3ee04d83
+1 -1
View File
@@ -38,7 +38,7 @@ use crate::checker::{CompositeChecker, ExecutableChecker, ExistedChecker};
pub use crate::error::*;
use crate::finder::Finder;
/// Find a exectable binary's path by name.
/// Find an executable binary's path by name.
///
/// If given an absolute path, returns it if the file exists and is executable.
///