Skip to content

Commit

Permalink
update spelling list after #15873 (#15912)
Browse files Browse the repository at this point in the history
* update spelling list after #15873

* Run spellcheck when wordlist in github is changed

* Typo fix
  • Loading branch information
andy31415 authored Mar 7, 2022
1 parent 5cefe19 commit 796ba98
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
19 changes: 16 additions & 3 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ AccountLogin
acdbc
ACKed
ACL
ACLs
AdapterAddress
AdapterName
adb
AddNOC
AddOrUpdateThreadNetwork
AddOrUpdateWiFiNetwork
addr
Expand Down Expand Up @@ -164,6 +166,7 @@ cancelled
capacitive
CarbonDioxideConcentrationMeasurement
CarbonMonoxideConcentrationMeasurement
CaseAdminNode
CatalogVendorId
CBB
cbd
Expand All @@ -185,6 +188,7 @@ CharString
checkmark
ChipBLEMgr
CHIPCirqueTest
CHIPConfig
CHIPCryptoPALHsm
CHIPDeviceController
ChipDeviceCtrl
Expand All @@ -198,6 +202,7 @@ ChipImResponder
ChipLight
ChipMessageLayer
CHIPOBLE
CHIPProjectAppConfig
CHIPProjectConfig
CHIPTest
chiptests
Expand Down Expand Up @@ -301,6 +306,7 @@ DataFrame
DataModelRevision
dataset
datasets
DataVersion
dbf
DBG
dBm
Expand Down Expand Up @@ -632,17 +638,21 @@ JTAG
Jupyter
jupyterlab
KA
kAdminister
kBusy
kCase
Kconfig
KeypadInput
kGroup
kInvalidCommandId
KitProg
kManage
kNodeIdNotSpecified
knownissues
kOperate
kPAKEParameterError
kPase
kView
KVS
kWindowNotOpen
LabelList
Expand All @@ -669,6 +679,7 @@ libical
libncurses
libreadline
libsdl
libshell
libssl
libstdc
libthread
Expand Down Expand Up @@ -944,6 +955,7 @@ providerNodeId
ProxyConfiguration
ProxyDiscovery
ProxyValid
ProxyView
PRs
PSCAN
PSK
Expand Down Expand Up @@ -982,6 +994,7 @@ raspberryPi
RasPi
rAv
RCP
ReadAttribute
ReadConfigValue
readelf
readfds
Expand Down Expand Up @@ -1178,7 +1191,6 @@ ThermostatUserInterfaceConfiguration
ThIsIsNoTMyReAlGiThUbToKeNSoDoNoTtRy
ThreadNetworkDiagnostics
threadOperationalDataset
threadnetworkdiagnostics
ThreadStackManager
ThreadStackManagerImpl
ths
Expand Down Expand Up @@ -1218,8 +1230,8 @@ ttyUSB
TurbidityConcentrationMeasurement
TXD
txt
UART
uargument
UART
udc
udcport
udhcpc
Expand Down Expand Up @@ -1295,6 +1307,7 @@ wmm
WPA
wpan
wra
WriteAttribute
writefds
wrover
WS
Expand Down Expand Up @@ -1330,6 +1343,7 @@ xFF
xFFF
xFFFF
xfffff
xFFFFFFFD
xffffffffe
xfffffffff
xtensa
Expand Down Expand Up @@ -1359,4 +1373,3 @@ zephyrproject
Zigbee
zigbeealliance
zigbeethread
libshell
4 changes: 2 additions & 2 deletions .github/workflows/spell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ on:
push:
paths:
- "**.md"
- "!.github/*"
- ".github/.wordlist.txt"
pull_request:
paths:
- "**.md"
- "!.github/*"
- ".github/.wordlist.txt"

jobs:
check-reviewdog:
Expand Down

0 comments on commit 796ba98

Please sign in to comment.