Skip to content

Commit e6c4987

Browse files
CopilotmarcpopMSFT
andcommitted
Fix all 29 misspellings of 'capabiltities' to 'capabilities'
Co-authored-by: marcpopMSFT <[email protected]>
1 parent 4e12cae commit e6c4987

15 files changed

+29
-29
lines changed

src/Cli/dotnet/Commands/CliCommandStrings.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,7 @@ Tool '{1}' (version '{2}') was successfully installed. Entry is added to the man
14371437
<comment>{Locked="--take"} {Locked="--format"} {Locked="dotnet workload search version"} {Locked="workloadVersion"}</comment>
14381438
</data>
14391439
<data name="ProjectCapabilityConstraint_DisplayName" xml:space="preserve">
1440-
<value>Project capabiltities</value>
1440+
<value>Project capabilities</value>
14411441
</data>
14421442
<data name="ProjectCapabilityConstraint_Error_ArgumentShouldBeString" xml:space="preserve">
14431443
<value>argument should be a string</value>

src/Cli/dotnet/Commands/xlf/CliCommandStrings.cs.xlf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.de.xlf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.es.xlf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.fr.xlf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.it.xlf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.ja.xlf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.ko.xlf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.pl.xlf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.pt-BR.xlf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.ru.xlf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.tr.xlf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.zh-Hans.xlf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Cli/dotnet/Commands/xlf/CliCommandStrings.zh-Hant.xlf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/dotnet-new.IntegrationTests/MSBuildEvaluationTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public void MultipleProjects_BasicTest()
161161
.Execute("TestAssets.ClassTemplate", "--name", "MyTestClass");
162162
cmd.Should().Fail()
163163
.And.HaveStdErrContaining("Failed to instatiate template 'ClassTemplate', the following constraints are not met:")
164-
.And.HaveStdErrContaining("Project capabiltities: Multiple projects found:")
164+
.And.HaveStdErrContaining("Project capabilities: Multiple projects found:")
165165
.And.HaveStdErrContaining("Specify the project to use using --project option.");
166166

167167
cmd = new DotnetNewCommand(Log)
@@ -201,7 +201,7 @@ public void NonSDKStyleProject_BasicTest()
201201
.Execute("TestAssets.ClassTemplate", "--name", "MyTestClass");
202202
cmd.Should().Fail()
203203
.And.HaveStdErrContaining("Failed to instatiate template 'ClassTemplate', the following constraints are not met:")
204-
.And.HaveStdErrContaining($"Project capabiltities: The project {Path.Combine(projectPath, "ConsoleFullFramework.csproj")} is not an SDK style project, and is not supported for evaluation.");
204+
.And.HaveStdErrContaining($"Project capabilities: The project {Path.Combine(projectPath, "ConsoleFullFramework.csproj")} is not an SDK style project, and is not supported for evaluation.");
205205
}
206206
}
207207
}

0 commit comments

Comments
 (0)