diff options
author | WangYuli <wangyuli@uniontech.com> | 2024-12-18 22:04:37 +0800 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2024-12-18 16:51:50 -0500 |
commit | f3a30016e4b557495d49df7851f18ad97b6d5a23 (patch) | |
tree | 8312759c184752840116f313c6819d3a00f7c69b | |
parent | 770221a36932a65c5a8b7711b5477430a1dbf5e8 (diff) |
ktest.pl: Fix typo "accesing"
There is a spelling mistake of 'accesing' in comments which should
be 'accessing'.
Fixes: 6d76f469c8ac9 ("ktest: Add useful example configs")
Link: https://lore.kernel.org/8714AE3735C0EA0B+20241218140437.194906-1-wangyuli@uniontech.com
Reviewed-by: SeongJae Park <sj@kernel.org>
Signed-off-by: WangYuli <wangyuli@uniontech.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rw-r--r-- | tools/testing/ktest/examples/include/defaults.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/ktest/examples/include/defaults.conf b/tools/testing/ktest/examples/include/defaults.conf index 63a1a83f4f0b..f6d8517a471e 100644 --- a/tools/testing/ktest/examples/include/defaults.conf +++ b/tools/testing/ktest/examples/include/defaults.conf @@ -46,7 +46,7 @@ CLEAR_LOG = 1 SSH_USER = root -# For accesing the machine, we will ssh to root@machine. +# For accessing the machine, we will ssh to root@machine. SSH := ssh ${SSH_USER}@${MACHINE} # Update this. The default here is ktest will ssh to the target box |