diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/test-fenv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/test-fenv.c b/math/test-fenv.c index 937f535c68..b87f68763e 100644 --- a/math/test-fenv.c +++ b/math/test-fenv.c @@ -392,7 +392,7 @@ main (void) if (count_errors) { - printf ("\n%d errors occured.\n", count_errors); + printf ("\n%d errors occurred.\n", count_errors); exit (1); } printf ("\n All tests passed successfully.\n"); |