Skip to content

Commit aaad755

Browse files
Spelling of occured -> occurred
1 parent f4fcabb commit aaad755

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if [ ! -f "$TOOLS_DIR/packages.config" ]; then
5656
echo "Downloading packages.config..."
5757
curl -Lsfo "$TOOLS_DIR/packages.config" https://cakebuild.net/download/bootstrapper/packages
5858
if [ $? -ne 0 ]; then
59-
echo "An error occured while downloading packages.config."
59+
echo "An error occurred while downloading packages.config."
6060
exit 1
6161
fi
6262
fi
@@ -66,7 +66,7 @@ if [ ! -f "$NUGET_EXE" ]; then
6666
echo "Downloading NuGet..."
6767
curl -Lsfo "$NUGET_EXE" https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
6868
if [ $? -ne 0 ]; then
69-
echo "An error occured while downloading nuget.exe."
69+
echo "An error occurred while downloading nuget.exe."
7070
exit 1
7171
fi
7272
fi
@@ -98,4 +98,4 @@ if $SHOW_VERSION; then
9898
exec mono "$CAKE_EXE" -version
9999
else
100100
exec mono "$CAKE_EXE" $SCRIPT -verbosity=$VERBOSITY -configuration=$CONFIGURATION -target=$TARGET $DRYRUN "${SCRIPT_ARGUMENTS[@]}"
101-
fi
101+
fi

0 commit comments

Comments
 (0)