From 351a9b1ac7e36c7b9706ae6c7c6cc916b6d63f2c Mon Sep 17 00:00:00 2001 From: William Hicklin Date: Mon, 19 Aug 2024 13:09:35 +0100 Subject: [PATCH] Fixed typos. --- .github/.wordlist.txt | 1 + docs/testing/python.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/.wordlist.txt b/.github/.wordlist.txt index c4f48058b70416..caad2a8f8462e3 100644 --- a/.github/.wordlist.txt +++ b/.github/.wordlist.txt @@ -454,6 +454,7 @@ DS duplicative DUT DUTS +DUT's DV DVK dynload diff --git a/docs/testing/python.md b/docs/testing/python.md index 5271d4ca4d6097..fcbaed1fb6621d 100644 --- a/docs/testing/python.md +++ b/docs/testing/python.md @@ -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. @@ -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.