]> git.lyx.org Git - lyx.git/commitdiff
Typo fix from Jose
authorPavel Sanda <sanda@lyx.org>
Tue, 5 Sep 2023 18:48:17 +0000 (20:48 +0200)
committerPavel Sanda <sanda@lyx.org>
Tue, 5 Sep 2023 18:48:34 +0000 (20:48 +0200)
src/support/os.h

index 35154a8c34242bb233e3c18a055317ba13eb7de7..20b4e96346c1dcc8b884f7e5e0da6152b6c81044 100644 (file)
@@ -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();
 
 ///