From 089795659040c6ef2f5fd88fc7adb1070c4788ad Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Thu, 2 Sep 2021 21:42:06 +0900 Subject: [PATCH] Fix typo in build.psm1 (#16038) targetting -> targeting --- build.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.psm1 b/build.psm1 index c87e11475..7441f48eb 100644 --- a/build.psm1 +++ b/build.psm1 @@ -865,7 +865,7 @@ function New-PSOptions { } } - # We plan to release packages targetting win7-x64 and win7-x86 RIDs, + # We plan to release packages targeting win7-x64 and win7-x86 RIDs, # which supports all supported windows platforms. # So we, will change the RID to win7- $Runtime = $RID -replace "win\d+", "win7"