All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftest: Fix spelling mistake "eith" -> "with"
@ 2022-12-08 13:53 Colin Ian King
  0 siblings, 0 replies; only message in thread
From: Colin Ian King @ 2022-12-08 13:53 UTC (permalink / raw
  To: Shuah Khan, linux-kselftest; +Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a ksft_test_result_fail message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 tools/testing/selftests/capabilities/test_execve.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/capabilities/test_execve.c b/tools/testing/selftests/capabilities/test_execve.c
index df0ef02b4036..5cc2481507a6 100644
--- a/tools/testing/selftests/capabilities/test_execve.c
+++ b/tools/testing/selftests/capabilities/test_execve.c
@@ -288,7 +288,7 @@ static int do_tests(int uid, const char *our_path)
 				"PR_CAP_AMBIENT_RAISE isn't supported\n");
 		else
 			ksft_test_result_fail(
-				"PR_CAP_AMBIENT_RAISE should have failed eith EPERM on a non-inheritable cap\n");
+				"PR_CAP_AMBIENT_RAISE should have failed with EPERM on a non-inheritable cap\n");
 		return 1;
 	}
 	ksft_test_result_pass(
-- 
2.38.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-08 13:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-08 13:53 [PATCH] selftest: Fix spelling mistake "eith" -> "with" Colin Ian King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.