mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
fix spelling
This commit is contained in:
3
.github/actions/spell-check/expect.txt
vendored
3
.github/actions/spell-check/expect.txt
vendored
@@ -295,6 +295,7 @@ codeofconduct
|
|||||||
codereview
|
codereview
|
||||||
COINIT
|
COINIT
|
||||||
Colorbrush
|
Colorbrush
|
||||||
|
colorconv
|
||||||
colorpicker
|
colorpicker
|
||||||
colorpickerref
|
colorpickerref
|
||||||
COLORREF
|
COLORREF
|
||||||
@@ -1090,7 +1091,7 @@ IPrincipal
|
|||||||
IProgram
|
IProgram
|
||||||
IPublic
|
IPublic
|
||||||
IQuery
|
IQuery
|
||||||
IReadOnlyDictionary
|
IRead
|
||||||
IReflect
|
IReflect
|
||||||
IRegistered
|
IRegistered
|
||||||
IRegistration
|
IRegistration
|
||||||
|
|||||||
2
.github/actions/spell-check/patterns.txt
vendored
2
.github/actions/spell-check/patterns.txt
vendored
@@ -12,6 +12,8 @@ TestCase\("[^"]+"
|
|||||||
|
|
||||||
# Test line with hexadecimal colors
|
# Test line with hexadecimal colors
|
||||||
\[DataRow\("[0-9A-F]{6}", \d{3}, \d{3}, \d{3}\)\]
|
\[DataRow\("[0-9A-F]{6}", \d{3}, \d{3}, \d{3}\)\]
|
||||||
|
\[DataRow\("[0-9A-F]{6}", \d{3}.\d{1}, \d{3}.\d{1}, \d{3}.\d{1}\)\]
|
||||||
|
\[DataRow\("[0-9A-F]{6}", "[0-9BCGMRY]3", \d{3}, \d{3}\)\]
|
||||||
|
|
||||||
# Windows paths
|
# Windows paths
|
||||||
\\native
|
\\native
|
||||||
|
|||||||
Reference in New Issue
Block a user