Skip to content

Commit f3a3001

Browse files
Avenger-285714rostedt
authored andcommitted
ktest.pl: Fix typo "accesing"
There is a spelling mistake of 'accesing' in comments which should be 'accessing'. Fixes: 6d76f46 ("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>
1 parent 770221a commit f3a3001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/ktest/examples/include/defaults.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ CLEAR_LOG = 1
4646

4747
SSH_USER = root
4848

49-
# For accesing the machine, we will ssh to root@machine.
49+
# For accessing the machine, we will ssh to root@machine.
5050
SSH := ssh ${SSH_USER}@${MACHINE}
5151

5252
# Update this. The default here is ktest will ssh to the target box

0 commit comments

Comments
 (0)