From: Pavel Sanda Date: Tue, 5 Sep 2023 18:48:17 +0000 (+0200) Subject: Typo fix from Jose X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=798052344846eb3b76f1eb1cdd99718ecb73a77d;p=features.git Typo fix from Jose --- 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(); ///