From: Thibaut Cuvelier Date: Thu, 15 Aug 2024 13:40:31 +0000 (+0200) Subject: Fix typo in comment. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8ae1b9554c5bd2f12749e535307a93cc91589403;p=lyx.git Fix typo in comment. --- diff --git a/src/support/os.cpp b/src/support/os.cpp index a245a46957..af68fc4a06 100644 --- a/src/support/os.cpp +++ b/src/support/os.cpp @@ -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 const path = getEnvPath("PATH");