Skip to content

Commit 091da45

Browse files
authored
Fix comment typos in build props (#56544)
1 parent 102f4bd commit 091da45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<!-- Build the targeting pack installers -->
8989
<ProjectToBuild Include="$(RepoRoot)src\Installers\Windows\TargetingPack\TargetingPack.wixproj" AdditionalProperties="Platform=x64" />
9090
<ProjectToBuild Include="$(RepoRoot)src\Installers\Windows\TargetingPack\TargetingPack.wixproj" AdditionalProperties="Platform=x86" />
91-
<!-- This really shouldn't be here, but instead of harvesting from the intermediate/output directories, the targetting pack installer logic
91+
<!-- This really shouldn't be here, but instead of harvesting from the intermediate/output directories, the targeting pack installer logic
9292
harvests from a zip of the reference assemblies. Producing it in each leg ends up with multiple targeting packs
9393
getting produced and the BAR will reject the build. Centralize building the targeting pack in the x86/x64 leg. -->
9494
<ProjectToBuild Include="$(RepoRoot)src\Installers\Windows\TargetingPack\TargetingPack.wixproj" AdditionalProperties="Platform=arm64" />

eng/Signing.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<ItemGroup Label="Code sign exclusions">
101101
<!-- We don't need to code sign .js files because they are not used in Windows Script Host. -->
102102
<FileExtensionSignInfo Include=".js" CertificateName="None" />
103-
<!-- We don't produce font files. We rebundle some for using the web brower, so they do not need to be signed. -->
103+
<!-- We don't produce font files. We rebundle some for using the web browser, so they do not need to be signed. -->
104104
<FileExtensionSignInfo Include=".otf" CertificateName="None" />
105105
<FileExtensionSignInfo Include=".ttf" CertificateName="None" />
106106
<!-- This is a text file which doesn't need to be code signed, even though some .mof files can be signed. -->

0 commit comments

Comments
 (0)