From a66688db983a41845bb38182c64ba5b8e6517a98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Trellu?= Date: Mon, 20 May 2024 17:55:14 -0400 Subject: [PATCH] [utils/common] Fix typo --- utils/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/common.sh b/utils/common.sh index b79074be..48f8d7d8 100644 --- a/utils/common.sh +++ b/utils/common.sh @@ -207,7 +207,7 @@ function required_packages() { case "$DISTRO_NAME" in debian | ubuntu | raspbian | linuxmint | zorin) [ "$DISTRO_VERSION_ID" == "11" ] && export PYTHON_VERSION="3" - # This is a temporary fix until OVOS works is confirmed to work with + # This is a temporary fix until OVOS is confirmed to work with # Python 3.12. Requirements are PocketSphinx, tflite-runtime and # onnxruntime Python packages. if [ "$(ver "$DISTRO_VERSION_ID")" -ge "$(ver 24.04)" ]; then