From 798052344846eb3b76f1eb1cdd99718ecb73a77d Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 5 Sep 2023 20:48:17 +0200 Subject: [PATCH] Typo fix from Jose --- src/support/os.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/support/os.h b/src/support/os.h index 35154a8c34..20b4e96346 100644 --- a/src/support/os.h +++ b/src/support/os.h @@ -65,7 +65,7 @@ std::string const python(bool reset = false); /// Check for availability of the python interpreter bool hasPython(); -/// Return information about the ython interper +/// Return information about the python interperter (version and path) std::string const python_info(); /// -- 2.39.5