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 --- math/test-fenv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/test-fenv.c') diff --git a/math/test-fenv.c b/math/test-fenv.c index 5b5f461..0af7141 100644 --- a/math/test-fenv.c +++ b/math/test-fenv.c @@ -761,7 +761,7 @@ initial_tests (void) test_exceptions ("Initially all exceptions should be cleared", NO_EXC, 0); #ifdef FE_TONEAREST - test_rounding ("Rounding direction should be initalized to nearest", + test_rounding ("Rounding direction should be initialized to nearest", FE_TONEAREST); #endif } -- cgit v1.1