From 927fe531af92cbce22a10d617bb9b8bf08152d30 Mon Sep 17 00:00:00 2001 From: arg7 <64158631+arg7@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:26:00 +0200 Subject: [PATCH] Apply suggestions from code review install-prereqs-* typo fix. Co-authored-by: Thomas Watson --- Tools/environment_install/install-prereqs-arch.sh | 2 +- .../environment_install/install-prereqs-openSUSE-Tumbleweed.sh | 2 +- Tools/environment_install/install-prereqs-ubuntu.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tools/environment_install/install-prereqs-arch.sh b/Tools/environment_install/install-prereqs-arch.sh index d2f7d9b4a025fe..9dc26acc1297b6 100755 --- a/Tools/environment_install/install-prereqs-arch.sh +++ b/Tools/environment_install/install-prereqs-arch.sh @@ -67,7 +67,7 @@ fi if [[ $DO_PYTHON_VENV_ENV -eq 1 ]]; then echo "$SOURCE_LINE" >> ~/.bashrc else - echo "Use $SOURCE_LINE to ativate Ardupilot venv" + echo "Use $SOURCE_LINE to activate Ardupilot venv" fi pip3 -q install -U $PYTHON_PKGS diff --git a/Tools/environment_install/install-prereqs-openSUSE-Tumbleweed.sh b/Tools/environment_install/install-prereqs-openSUSE-Tumbleweed.sh index 227817fb97f144..f0d034bcbeed8e 100755 --- a/Tools/environment_install/install-prereqs-openSUSE-Tumbleweed.sh +++ b/Tools/environment_install/install-prereqs-openSUSE-Tumbleweed.sh @@ -103,7 +103,7 @@ if ! grep -Fxq "$SOURCE_LINE" ~/.bashrc; then if [[ $DO_PYTHON_VENV_ENV -eq 1 ]]; then echo $SOURCE_LINE >> ~/.bashrc else - echo "Use $SOURCE_LINE to ativate Ardupilot venv" + echo "Use $SOURCE_LINE to activate Ardupilot venv" fi fi diff --git a/Tools/environment_install/install-prereqs-ubuntu.sh b/Tools/environment_install/install-prereqs-ubuntu.sh index 218d7f0985279b..8e0e7450c87562 100755 --- a/Tools/environment_install/install-prereqs-ubuntu.sh +++ b/Tools/environment_install/install-prereqs-ubuntu.sh @@ -394,7 +394,7 @@ if [[ $VENV_LOOKUP ]]; then if [[ $DO_PYTHON_VENV_ENV -eq 1 ]]; then echo $SOURCE_LINE >> ~/$SHELL_LOGIN else - echo "Use $SOURCE_LINE to ativate Ardupilot venv" + echo "Use $SOURCE_LINE to activate Ardupilot venv" fi fi