Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit ed0f12d

Browse files
committed
Merge pull request #2476 from akoeplinger/patch-1
Fix typo in build.sh warning message
2 parents 45f41c8 + bd71685 commit ed0f12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [ $? -ne 0 ]; then
2929
echo "Mono 4.0.1.44 or later is required to build corefx. Please see https://github.com/dotnet/corefx/blob/master/Documentation/building/unix-instructions.md for more details."
3030
exit 1
3131
else
32-
echo "WARNING: Mono 4.0.1.44 or later is required to build corefx. Unable to asses if current version is supported."
32+
echo "WARNING: Mono 4.0.1.44 or later is required to build corefx. Unable to assess if current version is supported."
3333
fi
3434
fi
3535

0 commit comments

Comments
 (0)