Skip to content

Commit

Permalink
FIx misspells
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Jan 5, 2024
1 parent da58894 commit 7f4b78f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
19 changes: 14 additions & 5 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ BarrierControl
BasicCHIPRegression
BasicInformation
baudrate
BCM
BD
BDX
BDXDownloader
Expand Down Expand Up @@ -248,6 +249,7 @@ CKIT
CLA
clapre
CLI
CLIs
cloudbuild
CLRF
clusterAttrs
Expand All @@ -264,6 +266,7 @@ CMS
CMSIS
CMVH
cn
COAP
codeaurora
codebase
codegen
Expand Down Expand Up @@ -298,8 +301,8 @@ connstring
conntype
const
ContentApp
ContentAppPlatform
ContentApp's
ContentAppPlatform
ContentLaunch
ContentLauncher
continuousHinting
Expand Down Expand Up @@ -655,13 +658,13 @@ iaszone
ibb
ICA
ICD
ICDs
iCloud
ICMP
IDF
IDL
IDLs
idt
IDT
idx
ifconfig
ifdef
Expand Down Expand Up @@ -793,7 +796,6 @@ LightingColor
LightingState
LinkSoftwareAndDocumentationPack
lladdr
LLADDR
LocalConfigDisabled
localedef
localhost
Expand Down Expand Up @@ -914,6 +916,7 @@ namespacing
nano
natively
navpad
NCP
ncs
nding
NDK
Expand Down Expand Up @@ -1021,6 +1024,7 @@ PairDevice
PAIs
PAKE
palletsprojects
PANID
pankore
param
params
Expand Down Expand Up @@ -1157,8 +1161,8 @@ REPL
repo
req
Requestor
RequestorCanConsent
Requestor's
RequestorCanConsent
Requestors
responder
RestrictedEvent
Expand Down Expand Up @@ -1213,8 +1217,8 @@ SDB
SDC
SDHC
SDK
sdkconfig
SDK's
sdkconfig
SDKs
SDKTARGETSYSROOT
sdl
Expand All @@ -1227,6 +1231,7 @@ SendNewInputEvent
sendto
seqdiag
SERIALDEVICE
serialno
SerialNumber
ServiceId
SetDns
Expand Down Expand Up @@ -1336,12 +1341,14 @@ systime
sysv
TargetNavigator
TBD
tbody
tcl
TCP
teardown
Telink
TemperatureMeasurement
templating
Tera
testability
TestArray
TestCluster
Expand Down Expand Up @@ -1470,6 +1477,7 @@ utils
UUID
ux
validator
vcom
VCP
Vectorcall
VendorID
Expand Down Expand Up @@ -1497,6 +1505,7 @@ WantedBy
watchdogTimeout
watchOS
webpage
wf
wg
wget
whde
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/silabs_cli_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ screen /dev/cu.usbmodem0004403048491 115200 8-N-1

See the
[Tera Term guide](https://siliconlabs.github.io/matter/latest/wifi/MATTER_SHELL.html)
on how to connect to the deivce on Windows.
on how to connect to the device on Windows.

## Command List

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/silabs_common_app_behavior.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ devices.

| LCD UI | Description |
| :-----: | :------------------------------------------------------- |
| PANID | Indicates the panid of the configured openthread network |
| PANID | Indicates the PANID of the configured openthread network |
| OT Type | Indicates the openthread device type (FTD / MTD) |

> **Note:** The PANID information is not yet printed on the LCD.
Expand Down
6 changes: 3 additions & 3 deletions docs/guides/silabs_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ sample applications for different device-types

### Build Script

To build a Silicon Lbas sample apps, we provide the `gn_silabs_examples.sh`
To build a Silicon Labs sample apps, we provide the `gn_silabs_examples.sh`
scripts that can be found in the `./scripts/examples` directory. The build
script can be used to build all of the Silabs supported examples. The command
structure is as follows when called from the root of the repository:
Expand Down Expand Up @@ -180,12 +180,12 @@ command.
| GN argument | Description | Default Value |
| :--------------------: | :----------------------------------------------------------------------------------------------------------------------------- | :----------------------------- |
| chip_build_libshell | Enables the Matter Shell | false |
| chip_openthread_ftd | Defines if the Opentread device is an FTD (true) or an MTD (false) | true |
| chip_openthread_ftd | Defines if the OpenTread device is an FTD (true) or an MTD (false) | true |
| efr32_sdk_root | Location for an alternate Gecko SDK | ./third_party/silabs/gecko_sdk |
| enable_heap_monitoring | Monitor & log memory usage at runtime | false |
| enable_openthread_cli | Enables the OpenThread cli | true |
| kvs_max_entries | Set the maximum KVS entries that can be stored in NVM <br /> Thresholds: 30 <= kvs_max_entries <= 255 | 255 |
| chip_enable_icd_server | Configure device as an Intermitently connected device <br /> For Thread builds, chip_openthread_ftd must also be set to false. | false |
| chip_enable_icd_server | Configure device as an intermittently connected device <br /> For Thread builds, chip_openthread_ftd must also be set to false. | false |
| disable_lcd | Disable the LCD on devices with an LCD | false |
| show_qr_code | Enables QR code on LCD for devices with an LCD | true |
Expand Down

0 comments on commit 7f4b78f

Please sign in to comment.