Skip to content

Commit

Permalink
Fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
hicklin committed Aug 19, 2024
1 parent 53225ef commit 351a9b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ DS
duplicative
DUT
DUTS
DUT's
DV
DVK
dynload
Expand Down
4 changes: 2 additions & 2 deletions docs/testing/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ state of the DUT. To run these tests in a CI environment, specific example apps
can be built such that these manual steps can be achieved by matter or
named-pipe commands.

In the case that all the manual steps in a test scricpt can be achieved just
In the case that all the manual steps in a test script can be achieved just
using matter commands, you can check if the `PICS_SDK_CI_ONLY` PICS is set to
decide if the test script should send the required matter commands to perform
the manual step.
Expand Down Expand Up @@ -548,7 +548,7 @@ from the machine running the test script without a password. You can follow
these steps to set this up:

1. If you do not have a key, create one using `ssh-keygen`.
2. Authorise this key on the remote host: run `ssh-copy-id user@ip` once, using
2. Authorize this key on the remote host: run `ssh-copy-id user@ip` once, using
your password.
3. From now on `ssh user@ip` will no longer ask for your password.

Expand Down

0 comments on commit 351a9b1

Please sign in to comment.