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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdeel Mujahid <3840695+am11@users.noreply.github.com>2022-07-24 06:24:28 +0300
committerGitHub <noreply@github.com>2022-07-24 06:24:28 +0300
commit9d6396deb02161f5ee47af72ccac52c2e1bae458 (patch)
tree0b850a272bfcdbe773c8e262b99ca29655e6bea1 /eng/install-native-dependencies.sh
parentf0e7a686df57fc68fe3de496f9e78a55679987aa (diff)
Fix typos (#72709)
Diffstat (limited to 'eng/install-native-dependencies.sh')
-rwxr-xr-xeng/install-native-dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/install-native-dependencies.sh b/eng/install-native-dependencies.sh
index 0b6a8a07abc..bc9b2036d05 100755
--- a/eng/install-native-dependencies.sh
+++ b/eng/install-native-dependencies.sh
@@ -33,7 +33,7 @@ elif [[ "$1" == "MacCatalyst" || "$1" == "OSX" || "$1" == "tvOS" || "$1" == "iOS
if ! brew_output="$(brew uninstall openssl@1.0.2t 2>&1 >/dev/null)"; then
echo "didn't uninstall openssl@1.0.2t"
else
- echo "succesfully uninstalled openssl@1.0.2t"
+ echo "successfully uninstalled openssl@1.0.2t"
fi
fi