]> git.lyx.org Git - features.git/commitdiff
Typo in a comment
authorScott Kostyshak <skostysh@lyx.org>
Fri, 6 Jan 2023 04:33:16 +0000 (23:33 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Fri, 6 Jan 2023 04:33:16 +0000 (23:33 -0500)
src/support/os.h

index a96791dff43ee7a63e785f3374e6a031749f05e4..7e6bdbde95b581be276553c9f62b884e04c2e77f 100644 (file)
@@ -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();
 
 ///