Skip to content

Commit b01d741

Browse files
authored
Spelling (microsoft#837)
* spelling: inconsistencies Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * Update patterns
1 parent 1623ba2 commit b01d741

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/actions/spelling/expect.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ IConfiguration
102102
IHost
103103
IID
104104
IInstalled
105-
incosistencies
106105
IName
107106
INET
108107
inor
@@ -243,13 +242,9 @@ UPSERT
243242
URIs
244243
URLZONE
245244
userfilesetting
246-
usersettingstest
247245
USHORT
248246
Utils
249247
UWP
250-
validator
251-
valijson
252-
valueiterator
253248
vamus
254249
VERSI
255250
VERSIE
@@ -268,8 +263,9 @@ wingetdev
268263
winreg
269264
withstarts
270265
wn
271-
wsv
272266
Workflows
267+
WSL
268+
wsv
273269
wto
274270
Wunused
275271
WZDNCRFJ

.github/actions/spelling/patterns.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ http://rfc3161.gtm.corp.microsoft.com/TSS/HttpTspServer
3333

3434
# schema regex
3535
"pattern": .*$
36+
37+
# doc/ManifestSpecv1.0.md
38+
^ShortDescription: "Le nouveau.*"$

src/AppInstallerCLITests/Command.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ void EnsureCommandConsistency(const Command& command)
107107
}
108108
}
109109

110-
// This test ensure that the command tree we expose does not have any incosistencies.
110+
// This test ensure that the command tree we expose does not have any inconsistencies.
111111
// 1. No command name collisions
112112
// 2. All command names are lower cased
113113
// 3. No argument name collisions

0 commit comments

Comments
 (0)