From 7f0d9e61f40c669fca3cfd1e342fa8236c7220b7 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Sat, 20 May 2023 13:37:47 +0000 Subject: Fix all the remaining misspellings -- BZ 25337 --- nptl/tst-dlsym1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/tst-dlsym1.c') diff --git a/nptl/tst-dlsym1.c b/nptl/tst-dlsym1.c index 19ba8f5640..bdf252b353 100644 --- a/nptl/tst-dlsym1.c +++ b/nptl/tst-dlsym1.c @@ -53,7 +53,7 @@ do_test (void) } if (pthread_join (tid3, NULL) != 0) { - puts ("2rd join failed"); + puts ("2nd join failed"); exit (1); } -- cgit v1.2.3