Merge branch 'feature/cat' into 'master'

Feature/cat

Fixed typo in comment.

See merge request !5
This commit is contained in:
Fredric Silberberg 2014-09-25 13:40:59 -04:00
commit f144050535

View File

@ -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