diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-01-17 20:34:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 20:34:53 +0300 |
commit | 58b8fe093da506595118076cedbdeee4aa6d20b0 (patch) | |
tree | c9f0665461e66b57419d82bbccc4ec5c5669f147 /src/dotnet/install.sh | |
parent | 79588ef3da9abb2b536583130653b05030e8e5a6 (diff) |
Fix typos in comments / *.md (#396)
Diffstat (limited to 'src/dotnet/install.sh')
-rw-r--r-- | src/dotnet/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dotnet/install.sh b/src/dotnet/install.sh index 13285ab..1c7430a 100644 --- a/src/dotnet/install.sh +++ b/src/dotnet/install.sh @@ -316,8 +316,8 @@ install_using_dotnet_releases_url() { local sdk_or_runtime="$1" local version="$2" - # Check listed package dependecies and install them if they are not already installed. - # NOTE: icu-devtools is a small package with similar dependecies to .NET. + # Check listed package dependencies and install them if they are not already installed. + # NOTE: icu-devtools is a small package with similar dependencies to .NET. # It will install the appropriate dependencies based on the OS: # - libgcc-s1 OR libgcc1 depending on OS # - the latest libicuXX depending on OS (eg libicu57 for stretch) |