Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2018-08-14 21:54:13 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-08-14 21:54:13 +0300
commit7cb477cc1b44fb81f28cd9f7c5613da2e054e497 (patch)
tree54d6967c2caf98a7e8d0a69ec4f92bda10ab57bb /scripts/mono-test-install
parent4d5af36293089a1c8a519a3613373f338c2253a2 (diff)
fix a typo in scripts/mono-test-install (#10099)
Diffstat (limited to 'scripts/mono-test-install')
-rwxr-xr-xscripts/mono-test-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mono-test-install b/scripts/mono-test-install
index 3c1f74a8892..0fd1b2bc329 100755
--- a/scripts/mono-test-install
+++ b/scripts/mono-test-install
@@ -110,7 +110,7 @@ class X {
EOF
if mcs -pkg:dotnet $temp_cs >& /dev/null; then
if mono $temp_exe >& /dev/null; then
- echo Your have a working System.Drawing setup
+ echo You have a working System.Drawing setup
else
echo Your system has a broken System.Drawing setup
if mono $temp_exe 2>&1 | grep 'System.DllNotFoundException: gdiplus.dll' > /dev/null; then