Fix typo in comment.

This commit is contained in:
Thibaut Cuvelier 2024-08-15 15:40:31 +02:00
parent bb3dd3c9f2
commit 8ae1b9554c

View File

@ -108,7 +108,7 @@ static string const find_python_binary()
if (!command.empty()) if (!command.empty())
return command; return command;
// python3 does not exists, let us try to find python3.x in PATH // python3 does not exist, let us try to find python3.x in PATH
// the search is probably broader than required // the search is probably broader than required
// but we are trying hard to find a valid python binary // but we are trying hard to find a valid python binary
vector<string> const path = getEnvPath("PATH"); vector<string> const path = getEnvPath("PATH");