From: Scott Kostyshak Date: Fri, 6 Jan 2023 04:33:16 +0000 (-0500) Subject: Typo in a comment X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bee08b19ee2bdd8089cbd45ab2035bde7c9c6903;p=features.git Typo in a comment --- diff --git a/src/support/os.h b/src/support/os.h index a96791dff4..7e6bdbde95 100644 --- a/src/support/os.h +++ b/src/support/os.h @@ -62,7 +62,7 @@ int timeout_ms(); /// @param reset True if the python path should be recomputed std::string const python(bool reset = false); -/// Check for availbility of the python interpreter +/// Check for availability of the python interpreter bool hasPython(); ///