mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Fix typo in comment.
This commit is contained in:
parent
bb3dd3c9f2
commit
8ae1b9554c
@ -108,7 +108,7 @@ static string const find_python_binary()
|
||||
if (!command.empty())
|
||||
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
|
||||
// but we are trying hard to find a valid python binary
|
||||
vector<string> const path = getEnvPath("PATH");
|
||||
|
Loading…
Reference in New Issue
Block a user