From ab8f5060d669dd473d772f5402ba5b0a337dbcb2 Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Fri, 8 Apr 2022 15:38:42 +0200 Subject: [PATCH] Fix `exec*table` typo in main doc comment --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 2b27094..86d1918 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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. ///