From bee08b19ee2bdd8089cbd45ab2035bde7c9c6903 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Thu, 5 Jan 2023 23:33:16 -0500 Subject: [PATCH] Typo in a comment --- 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 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(); /// -- 2.39.5