Skip to content

Commit 42a0d0e

Browse files
authored
Fix Spell Check Errors (microsoft#133551)
* Fix Spell Check Errors * Fix More Spell Check Errors * Fix More Spell Check Errors - Again
1 parent 5c894ce commit 42a0d0e

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed

.github/actions/spelling/allow.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
appinstaller
12
appname
23
apps
34
appsandfeaturesentries
@@ -38,6 +39,7 @@ screenshots
3839
Smartscreen
3940
ssh
4041
standalone
42+
submitters
4143
tada
4244
Testplan
4345
toolset

.github/actions/spelling/excludes.txt

+2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ ignore$
6262
^\.(?!github/)
6363
^\.github/actions/spelling/
6464
^\.github/policies/moderatorTriggers\.yml$
65+
^\.github/policies/flaggedPackages\.yml$
6566
^\.github/workflows/spellCheck\.yml$
67+
^\.github/workflows/similarissues\.yml$
6668
(?:^|/)Tools/
6769
(?:^|/)manifests/
6870
(?:^|/)DevOpsPipelineDefinitions/

.github/actions/spelling/expect.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
admins
22
automerge
3+
craigloewen
34
cspell
45
Daa
56
Esco
@@ -15,6 +16,7 @@ LOCALAPPDATA
1516
mdanish
1617
Megamix
1718
misclicks
19+
msft
1820
quhxl
1921
redistribution
2022
russellbanks

.github/policies/labelAdded.portableTar.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ configuration:
2424
Hello @${issueAuthor},
2525
2626
27-
This package appears to require suport for TAR archive extraction.
27+
This package appears to require support for TAR archive extraction.
2828
2929
3030
This PR is blocked until support for additional archive formats is implemented in:
@@ -58,7 +58,7 @@ configuration:
5858
Hello @${issueAuthor},
5959
6060
61-
This package appears to require suport for TAR archive extraction.
61+
This package appears to require support for TAR archive extraction.
6262
6363
6464
This PR is blocked until support for additional archive formats is implemented in:

.github/policies/labelManagement.issueUpdated.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ configuration:
386386
- activitySenderHasPermission:
387387
permission: Write
388388
then:
389-
# Don't remove Changes-Requested here beacause it is just a re-run, no new commits have been added
389+
# Don't remove Changes-Requested here because it is just a re-run, no new commits have been added
390390
- removeLabel:
391391
label: Validation-Completed
392392
- removeLabel:

doc/tools/PRWatcher.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
PRWatcher includes Watch-PRTitles, to give information about pull requests (PRs) from watching their titles in your clipboard. To use, load the file contents into your PowerShell application through your desired means. (Copy/paste, Import-Module, include in Profile, et cetera.) Then run "Watch-PRTitles" and the script will monitor your clipboard, attempting to parse PackageIdentifiers and version numbers, and comparing these to WinGet's public manifest.
33

44
## Utility Functions
5-
Additionally included are utility functions:
6-
- Get-CleanClip to extract the PackageIdentifier.
7-
- Search-WinGetManifest to streamline non-interactive WinGet search.
5+
Additionally included are utility functions:
6+
- Get-CleanClip to extract the PackageIdentifier.
7+
- Search-WinGetManifest to streamline non-interactive WinGet search.
88

99
These are library functions also used in other Manual Validation functions, as part of the philosophy of building a declarative layer to handle operations and build objects, and an imperative layer on top to orchestrate operations. These utility functions are in the declarative layer, while Watch-PRTitles is in the imperative layer.
1010

@@ -16,16 +16,16 @@ This script uses Auth.csv to provide hints to help a PR approver identify packag
1616

1717
## Features
1818
- Logging of valid PR titles, filtering on PR # at the end.
19-
- Default semantic versioning for more accurate versions. Failback to string-based versioning is planned to be working again soon.
19+
- Default semantic versioning for more accurate versions. Fail-back to string-based versioning is planned to be working again soon.
2020
- "Automatic removal" clipboard insertion of output, to paste as PR comment confirming that the newer version is already available through WinGet.
2121

2222
# Command Line Arguments
23-
PRWatcher provides additional arguments for more specific functionality.
23+
PRWatcher provides additional arguments for more specific functionality.
2424

2525
`Watch-PRTitles [-noNew] [-authFile C:\path\to\Auth.csv] [-LogFile C:\path\to\Log.txt]`
2626

2727
## -noNew
28-
This setting prevents logging the PR title if the package isn't already in the WinGet public manifest. This allows for streamlining acceptance of existing package upgrades, so an approver can skip new packages for more thorough examination later.
28+
This setting prevents logging the PR title if the package isn't already in the WinGet public manifest. This allows for streamlining acceptance of existing package upgrades, so an approver can skip new packages for more thorough examination later.
2929

3030
## -authFile
3131
Location of Auth.csv - defaults to current path location. This might become a built-in web location in future versions.

0 commit comments

Comments
 (0)