Skip to content

Commit 789b3b0

Browse files
authored
Merge pull request #10770 from jsoref/spelling
Spelling
2 parents 542880c + 19a0e52 commit 789b3b0

File tree

18 files changed

+24
-24
lines changed

18 files changed

+24
-24
lines changed

eng/common/init-tools-native.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ while (($# > 0)); do
6060
echo " - (default) %USERPROFILE%/.netcoreeng/native"
6161
echo ""
6262
echo " --clean Switch specifying not to install anything, but cleanup native asset folders"
63-
echo " --donotabortonfailure Switch specifiying whether to abort native tools installation on failure"
64-
echo " --donotdisplaywarnings Switch specifiying whether to display warnings during native tools installation on failure"
63+
echo " --donotabortonfailure Switch specifying whether to abort native tools installation on failure"
64+
echo " --donotdisplaywarnings Switch specifying whether to display warnings during native tools installation on failure"
6565
echo " --force Clean and then install tools"
6666
echo " --help Print help and exit"
6767
echo ""

eng/common/internal/Tools.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<AutomaticallyUseReferenceAssemblyPackages>false</AutomaticallyUseReferenceAssemblyPackages>
88
</PropertyGroup>
99
<ItemGroup>
10-
<!-- Clear references, the SDK may add some depending on UsuingToolXxx settings, but we only want to restore the following -->
10+
<!-- Clear references, the SDK may add some depending on UsingToolXxx settings, but we only want to restore the following -->
1111
<PackageReference Remove="@(PackageReference)"/>
1212
<PackageReference Include="Microsoft.DotNet.IBCMerge" Version="$(MicrosoftDotNetIBCMergeVersion)" Condition="'$(UsingToolIbcOptimization)' == 'true'" />
1313
<PackageReference Include="Drop.App" Version="$(DropAppVersion)" ExcludeAssets="all" Condition="'$(UsingToolVisualStudioIbcTraining)' == 'true'"/>

eng/common/templates/job/execute-sdl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameters:
66
# 'continueOnError', the parameter value is not correctly picked up.
77
# This can also be remedied by the caller (post-build.yml) if it does not use a nested parameter
88
sdlContinueOnError: false # optional: determines whether to continue the build if the step errors;
9-
downloadArtifacts: true # optional: determines if the artifacts should be dowloaded
9+
downloadArtifacts: true # optional: determines if the artifacts should be downloaded
1010
dependsOn: '' # Optional: dependencies of the job
1111
artifactNames: '' # Optional: patterns supplied to DownloadBuildArtifacts
1212
# Usage:

eng/docker/alpine.3.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ARG USER_ID=0
1414
RUN adduser code_executor -u ${USER_ID} -G root -D
1515
RUN echo 'code_executor ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
1616

17-
# With the User Change, we need to change permssions on these directories
17+
# With the User Change, we need to change permissions on these directories
1818
RUN chmod -R a+rwx /usr/local
1919
RUN chmod -R a+rwx /home
2020

eng/docker/centos/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ARG USER_ID=0
1313
RUN useradd -m code_executor -u ${USER_ID} -g root
1414
RUN echo 'code_executor ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
1515

16-
# With the User Change, we need to change permssions on these directories
16+
# With the User Change, we need to change permissions on these directories
1717
RUN chmod -R a+rwx /usr/local
1818
RUN chmod -R a+rwx /home
1919
RUN chmod -R 755 /usr/bin/sudo

eng/docker/rhel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG USER_ID=0
1111
RUN useradd -m code_executor -u ${USER_ID} -g root
1212
RUN echo 'code_executor ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
1313

14-
# With the User Change, we need to change permssions on these directories
14+
# With the User Change, we need to change permissions on these directories
1515
RUN chmod -R a+rwx /usr/local
1616
RUN chmod -R a+rwx /home
1717
RUN chown root:root /usr/bin/sudo && chmod 4755 /usr/bin/sudo

src/SdkResolver/SdkResolver.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CopyBuildOutputToOutputDirectory>false</CopyBuildOutputToOutputDirectory>
66
<GenerateDependencyFile>false</GenerateDependencyFile>
77
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
8-
<GenerateRuntimeCofigurationFiles>false</GenerateRuntimeCofigurationFiles>
8+
<GenerateRuntimeConfigurationFiles>false</GenerateRuntimeConfigurationFiles>
99
<AssemblyName>UNUSED</AssemblyName>
1010
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
1111
</PropertyGroup>

src/VSTemplateLocator/VSTemplateLocator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CopyBuildOutputToOutputDirectory>false</CopyBuildOutputToOutputDirectory>
66
<GenerateDependencyFile>false</GenerateDependencyFile>
77
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
8-
<GenerateRuntimeCofigurationFiles>false</GenerateRuntimeCofigurationFiles>
8+
<GenerateRuntimeConfigurationFiles>false</GenerateRuntimeConfigurationFiles>
99
<AssemblyName>UNUSED</AssemblyName>
1010
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
1111
</PropertyGroup>

src/core-sdk-tasks/BuildFPMToolPreReqs.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public override bool Execute()
5252

5353
// Build the full list of parameters
5454
FPMParameters = BuildCmdParameters(configJson, PackageVersion);
55-
Log.LogMessage(MessageImportance.Normal, "Generated RPM paramters: " + FPMParameters);
55+
Log.LogMessage(MessageImportance.Normal, "Generated RPM parameters: " + FPMParameters);
5656

5757
return !Log.HasLoggedErrors;
5858
}
@@ -113,7 +113,7 @@ private string BuildCmdParameters(ConfigJson configJson, string package_version)
113113
// --iteration : the iteration to give to the package. This comes from the package_revision --JSON
114114
// --url : url for this package. --JSON
115115
// --verbose : Set verbose output for FPM tool --Static
116-
// <All folder mappings> : Add all the folder mappings for packge_root, docs, man pages --Static
116+
// <All folder mappings> : Add all the folder mappings for package_root, docs, man pages --Static
117117

118118
var parameters = new List<string>();
119119
parameters.Add("-s dir");

src/core-sdk-tasks/Crossgen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ protected override void LogEventsFromTextOutput(string singleLine, MessageImport
112112
// occasionally formatted as something that base would recognize as
113113
// a canonically formatted warning anyway.
114114
//
115-
// One thing that is consistent is that crossgne errors go to stderr
115+
// One thing that is consistent is that crossgen errors go to stderr
116116
// and everything else goes to stdout. Above, we set stderr to high
117117
// importance above, and stdout to normal. So we can use that here
118118
// to distinguish between errors and messages.

0 commit comments

Comments
 (0)