From 8ae1b9554c5bd2f12749e535307a93cc91589403 Mon Sep 17 00:00:00 2001 From: Thibaut Cuvelier Date: Thu, 15 Aug 2024 15:40:31 +0200 Subject: [PATCH] Fix typo in comment. --- src/support/os.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.5