lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <8714AE3735C0EA0B+20241218140437.194906-1-wangyuli@uniontech.com>
Date: Wed, 18 Dec 2024 22:04:37 +0800
From: WangYuli <wangyuli@...ontech.com>
To: rostedt@...dmis.org,
	warthog9@...lescrag.net,
	wangyuli@...ontech.com,
	kuba@...nel.org,
	ast@...nel.org,
	andrii@...nel.org,
	skhan@...uxfoundation.org,
	akpm@...ux-foundation.org,
	namhyung@...nel.org,
	acme@...nel.org,
	irogers@...gle.com
Cc: linux-kernel@...r.kernel.org,
	standby24x7@...il.com,
	jkosina@...e.cz,
	guanwentao@...ontech.com,
	zhanjun@...ontech.com,
	kees@...nel.org,
	jani.nikula@...el.com,
	joe@...ches.com,
	maninder1.s@...sung.com,
	keescook@...omium.org,
	sudip@...torindia.org,
	torvalds@...ux-foundation.org,
	zhaolei@...fujitsu.com,
	rdunlap@...radead.org,
	colin.king@...onical.com,
	ross.zwisler@...ux.intel.com,
	yamada.masahiro@...ionext.com,
	jinb.park7@...il.com,
	mchehab@...pensource.com,
	sboyd@...eaurora.org,
	fthain@...egraphics.com.au,
	paul.walmsley@...ive.com,
	chris.paterson2@...esas.com,
	sboyd@...nel.org,
	geert+renesas@...der.be,
	xndchn@...il.com,
	luca@...aceresoli.net,
	j.neuschaefer@....ne,
	sjpark@...zon.de,
	david@...hat.com,
	wangqing@...o.com,
	j.neuschaefer@....net,
	naoki.hayama@...eo.co.jp,
	apw@...onical.com,
	zhangwen@...ong.com,
	zuoqilin@...ong.com,
	dingsenjie@...ong.com,
	tom.saeger@...cle.com,
	axboe@...nel.dk,
	drew@...gleboard.org,
	sven@...fation.org,
	colin.i.king@...il.com,
	ribalda@...omium.org,
	sj@...nel.org,
	dfustini@...libre.com,
	didi.debian@...ow.org,
	luca.ceresoli@...tlin.com,
	conor@...nel.org,
	jszhang@...nel.org,
	jesse.brandeburg@...el.com
Subject: [RESEND. PATCH] tools/testing: Fix typo "accesing"

There is a spelling mistake of 'accesing' in comments which should
be 'accessing'.

Signed-off-by: WangYuli <wangyuli@...ontech.com>
---
 tools/testing/ktest/examples/include/defaults.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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@...hine.
+# For accessing the machine, we will ssh to root@...hine.
 SSH := ssh ${SSH_USER}@...ACHINE}
 
 # Update this. The default here is ktest will ssh to the target box
-- 
2.45.2


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ