Skip to content

Commit 8c90905

Browse files
author
Mateo Torres Ruiz
committed
Typo
1 parent 1ae5299 commit 8c90905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Layout/redist/targets/GenerateLayout.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<Error Condition="'@(AnalyzerTargets)' == ''" Text="Something moved around in Analyzer package, adjust code here accordingly. TFM change?" />
5555
<Error Condition="'@(CodeStyleCSharpAssemblies)' == ''" Text="Something moved around in Analyzer package, adjust code here accordingly. TFM change?" />
5656
<Error Condition="'@(CodeStyleVisualBasicAssemblies)' == ''" Text="Something moved around in Analyzer package, adjust code here accordingly. TFM change?" />
57-
<Error Condition="'@(ILLinkAnalyzersAssemblies)' == ''" Text="Something move around in ILLink Analyzers package, adjust code accordingly." />
57+
<Error Condition="'@(ILLinkAnalyzersAssemblies)' == ''" Text="Something moved around in ILLink Analyzers package, adjust code accordingly." />
5858
<Copy SourceFiles="@(AnalyzerAssemblies)" DestinationFiles="@(AnalyzerAssemblies->'$(AnalyzerAssembliesDirectory)/%(RecursiveDir)%(Filename)%(Extension)')" />
5959
<Copy SourceFiles="@(AnalyzerTargets)" DestinationFiles="@(AnalyzerTargets->'$(AnalyzerTargetsDirectory)/%(RecursiveDir)%(Filename)%(Extension)')" />
6060
<Copy SourceFiles="@(CodeStyleCSharpAssemblies)" DestinationFiles="@(CodeStyleCSharpAssemblies->'$(CodeStyleAssembliesCSharpDirectory)/%(RecursiveDir)%(Filename)%(Extension)')" />

0 commit comments

Comments
 (0)