diff --git a/utils.go b/utils.go index 634938a..4b90832 100644 --- a/utils.go +++ b/utils.go @@ -112,7 +112,7 @@ func findExecutable(programName string) (string, error) { } } -// Searches the given set of paths for a the given program, returing when it finds it or returning an error if the +// Searches the given set of paths for a the given program, returning when it finds it or returning an error if the // program is not found func searchPath(programName string, path []string) (string, error) { // Loop through each path element, test for the existance of the file, and then return if we find it