From 796ba98cc69c71fbee4e1f205069f670878ef2c8 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Mon, 7 Mar 2022 10:31:52 -0500 Subject: [PATCH] update spelling list after #15873 (#15912) * update spelling list after #15873 * Run spellcheck when wordlist in github is changed * Typo fix --- .github/.wordlist.txt | 19 ++++++++++++++++--- .github/workflows/spell.yml | 4 ++-- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.github/.wordlist.txt b/.github/.wordlist.txt index c4acd491940e9d..31fe3392d52b1f 100644 --- a/.github/.wordlist.txt +++ b/.github/.wordlist.txt @@ -22,9 +22,11 @@ AccountLogin acdbc ACKed ACL +ACLs AdapterAddress AdapterName adb +AddNOC AddOrUpdateThreadNetwork AddOrUpdateWiFiNetwork addr @@ -164,6 +166,7 @@ cancelled capacitive CarbonDioxideConcentrationMeasurement CarbonMonoxideConcentrationMeasurement +CaseAdminNode CatalogVendorId CBB cbd @@ -185,6 +188,7 @@ CharString checkmark ChipBLEMgr CHIPCirqueTest +CHIPConfig CHIPCryptoPALHsm CHIPDeviceController ChipDeviceCtrl @@ -198,6 +202,7 @@ ChipImResponder ChipLight ChipMessageLayer CHIPOBLE +CHIPProjectAppConfig CHIPProjectConfig CHIPTest chiptests @@ -301,6 +306,7 @@ DataFrame DataModelRevision dataset datasets +DataVersion dbf DBG dBm @@ -632,6 +638,7 @@ JTAG Jupyter jupyterlab KA +kAdminister kBusy kCase Kconfig @@ -639,10 +646,13 @@ KeypadInput kGroup kInvalidCommandId KitProg +kManage kNodeIdNotSpecified knownissues +kOperate kPAKEParameterError kPase +kView KVS kWindowNotOpen LabelList @@ -669,6 +679,7 @@ libical libncurses libreadline libsdl +libshell libssl libstdc libthread @@ -944,6 +955,7 @@ providerNodeId ProxyConfiguration ProxyDiscovery ProxyValid +ProxyView PRs PSCAN PSK @@ -982,6 +994,7 @@ raspberryPi RasPi rAv RCP +ReadAttribute ReadConfigValue readelf readfds @@ -1178,7 +1191,6 @@ ThermostatUserInterfaceConfiguration ThIsIsNoTMyReAlGiThUbToKeNSoDoNoTtRy ThreadNetworkDiagnostics threadOperationalDataset -threadnetworkdiagnostics ThreadStackManager ThreadStackManagerImpl ths @@ -1218,8 +1230,8 @@ ttyUSB TurbidityConcentrationMeasurement TXD txt -UART uargument +UART udc udcport udhcpc @@ -1295,6 +1307,7 @@ wmm WPA wpan wra +WriteAttribute writefds wrover WS @@ -1330,6 +1343,7 @@ xFF xFFF xFFFF xfffff +xFFFFFFFD xffffffffe xfffffffff xtensa @@ -1359,4 +1373,3 @@ zephyrproject Zigbee zigbeealliance zigbeethread -libshell diff --git a/.github/workflows/spell.yml b/.github/workflows/spell.yml index 2d12cd74176756..f6ebfceb8b8714 100644 --- a/.github/workflows/spell.yml +++ b/.github/workflows/spell.yml @@ -18,11 +18,11 @@ on: push: paths: - "**.md" - - "!.github/*" + - ".github/.wordlist.txt" pull_request: paths: - "**.md" - - "!.github/*" + - ".github/.wordlist.txt" jobs: check-reviewdog: