All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] tst_test: Fix spelling mistake
@ 2020-07-06  3:03 Viresh Kumar
  2020-07-07  9:26 ` Cyril Hrubis
  0 siblings, 1 reply; 2+ messages in thread
From: Viresh Kumar @ 2020-07-06  3:03 UTC (permalink / raw)
  To: ltp

Fix few spelling mistakes.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
---
 lib/tst_test.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/tst_test.c b/lib/tst_test.c
index e93c88ba564a..175dea7c4ae9 100644
--- a/lib/tst_test.c
+++ b/lib/tst_test.c
@@ -363,7 +363,7 @@ static void check_child_status(pid_t pid, int status)
 	}
 
 	if (!(WIFEXITED(status)))
-		tst_brk(TBROK, "Child (%i) exited abnormaly", pid);
+		tst_brk(TBROK, "Child (%i) exited abnormally", pid);
 
 	ret = WEXITSTATUS(status);
 	switch (ret) {
@@ -673,7 +673,7 @@ static void print_failure_hints(void)
 				hint_printed = 1;
 				printf("\n");
 				print_colored("HINT: ");
-				printf("You _MAY_ be vunerable to CVE(s), see:\n\n");
+				printf("You _MAY_ be vulnerable to CVE(s), see:\n\n");
 			}
 
 			printf(CVE_DB_URL "%s\n", tags[i].value);
@@ -790,7 +790,7 @@ static void assert_test_fn(void)
 		cnt++;
 
 	if (!cnt)
-		tst_brk(TBROK, "No test function speficied");
+		tst_brk(TBROK, "No test function specified");
 
 	if (cnt != 1)
 		tst_brk(TBROK, "You can define only one test function");
-- 
2.25.0.rc1.19.g042ed3e048af


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [LTP] [PATCH] tst_test: Fix spelling mistake
  2020-07-06  3:03 [LTP] [PATCH] tst_test: Fix spelling mistake Viresh Kumar
@ 2020-07-07  9:26 ` Cyril Hrubis
  0 siblings, 0 replies; 2+ messages in thread
From: Cyril Hrubis @ 2020-07-07  9:26 UTC (permalink / raw)
  To: ltp

Hi!
Pushed, thanks.

-- 
Cyril Hrubis
chrubis@suse.cz

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-07  9:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-06  3:03 [LTP] [PATCH] tst_test: Fix spelling mistake Viresh Kumar
2020-07-07  9:26 ` Cyril Hrubis

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.