From 78880e1c20a6178460b51dc9e78dea1ab38e15f9 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Mon, 31 Oct 2022 01:32:26 +0100 Subject: [PATCH] setupenv: Fix spelling Yeah, really important commit, I know. --- setupenv.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setupenv.bashrc b/setupenv.bashrc index 7e97cf1..79cbef1 100644 --- a/setupenv.bashrc +++ b/setupenv.bashrc @@ -43,7 +43,7 @@ echo "Added aliases and functions." export PATH="$PROJECT_BASE_DIR/bin:$PROJECT_BASE_DIR/bin/tools:$PROJECT_BASE_DIR/scripts/tools:$PATH" if uname -s | tr [:upper:] [:lower:] | grep cygwin >/dev/null; then - echo "Adding cygwin workaound for library path." + echo "Adding Cygwin workaound for library path." export PATH="$PROJECT_BASE_DIR/bin/lib:$PATH" fi echo "PATH is $PATH"