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 ca9cc93b39
commit ab8f5060d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.
///