From 7f4b78fe04a5bec53854a1db376ba88d745180a8 Mon Sep 17 00:00:00 2001 From: Mathieu Kardous Date: Fri, 5 Jan 2024 10:10:10 -0500 Subject: [PATCH] FIx misspells --- .github/.wordlist.txt | 19 ++++++++++++++----- docs/guides/silabs_cli_guide.md | 2 +- docs/guides/silabs_common_app_behavior.md | 2 +- docs/guides/silabs_getting_started.md | 6 +++--- 4 files changed, 19 insertions(+), 10 deletions(-) diff --git a/.github/.wordlist.txt b/.github/.wordlist.txt index cb8e31e28b2d23..44470a612f42c7 100644 --- a/.github/.wordlist.txt +++ b/.github/.wordlist.txt @@ -130,6 +130,7 @@ BarrierControl BasicCHIPRegression BasicInformation baudrate +BCM BD BDX BDXDownloader @@ -248,6 +249,7 @@ CKIT CLA clapre CLI +CLIs cloudbuild CLRF clusterAttrs @@ -264,6 +266,7 @@ CMS CMSIS CMVH cn +COAP codeaurora codebase codegen @@ -298,8 +301,8 @@ connstring conntype const ContentApp -ContentAppPlatform ContentApp's +ContentAppPlatform ContentLaunch ContentLauncher continuousHinting @@ -655,13 +658,13 @@ iaszone ibb ICA ICD +ICDs iCloud ICMP IDF IDL IDLs idt -IDT idx ifconfig ifdef @@ -793,7 +796,6 @@ LightingColor LightingState LinkSoftwareAndDocumentationPack lladdr -LLADDR LocalConfigDisabled localedef localhost @@ -914,6 +916,7 @@ namespacing nano natively navpad +NCP ncs nding NDK @@ -1021,6 +1024,7 @@ PairDevice PAIs PAKE palletsprojects +PANID pankore param params @@ -1157,8 +1161,8 @@ REPL repo req Requestor -RequestorCanConsent Requestor's +RequestorCanConsent Requestors responder RestrictedEvent @@ -1213,8 +1217,8 @@ SDB SDC SDHC SDK -sdkconfig SDK's +sdkconfig SDKs SDKTARGETSYSROOT sdl @@ -1227,6 +1231,7 @@ SendNewInputEvent sendto seqdiag SERIALDEVICE +serialno SerialNumber ServiceId SetDns @@ -1336,12 +1341,14 @@ systime sysv TargetNavigator TBD +tbody tcl TCP teardown Telink TemperatureMeasurement templating +Tera testability TestArray TestCluster @@ -1470,6 +1477,7 @@ utils UUID ux validator +vcom VCP Vectorcall VendorID @@ -1497,6 +1505,7 @@ WantedBy watchdogTimeout watchOS webpage +wf wg wget whde diff --git a/docs/guides/silabs_cli_guide.md b/docs/guides/silabs_cli_guide.md index 7f41b9c00101cf..e3d63e07c404d3 100644 --- a/docs/guides/silabs_cli_guide.md +++ b/docs/guides/silabs_cli_guide.md @@ -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 diff --git a/docs/guides/silabs_common_app_behavior.md b/docs/guides/silabs_common_app_behavior.md index 190344b30202e0..06354b77a6a127 100644 --- a/docs/guides/silabs_common_app_behavior.md +++ b/docs/guides/silabs_common_app_behavior.md @@ -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. diff --git a/docs/guides/silabs_getting_started.md b/docs/guides/silabs_getting_started.md index fd6741773652a3..027e92fef39cba 100644 --- a/docs/guides/silabs_getting_started.md +++ b/docs/guides/silabs_getting_started.md @@ -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: @@ -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
Thresholds: 30 <= kvs_max_entries <= 255 | 255 | -| chip_enable_icd_server | Configure device as an Intermitently connected device
For Thread builds, chip_openthread_ftd must also be set to false. | false | +| chip_enable_icd_server | Configure device as an intermittently connected device
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 |