From 1017a6a619961f753a1ead77929a1929d9202945 Mon Sep 17 00:00:00 2001 From: Christophe Alexandre Date: Mon, 11 Oct 2021 13:52:31 +0000 Subject: [PATCH] Fixing small typo in openfpga.sh --- openfpga.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfpga.sh b/openfpga.sh index f0ab701ee..a00b8adbd 100755 --- a/openfpga.sh +++ b/openfpga.sh @@ -21,7 +21,7 @@ if [ -z $PYTHON_EXEC ]; then export PYTHON_EXEC="python3"; fi # inside current OpendFPGA folder check_execution_path (){ if [[ $1 != *"${OPENFPGA_PATH}"* ]]; then - echo -e "\e[33mCommand is not executed from configured OPNEFPGA directory\e[0m" + echo -e "\e[33mCommand is not executed from configured OPENFPGA directory\e[0m" fi }