From a9a569606ba9321899559fdaff25d4048a1ed154 Mon Sep 17 00:00:00 2001
From: Ulrich Drepper <drepper@redhat.com>
Date: Sat, 9 Dec 2000 03:58:22 +0000
Subject: Update.

	* math/libm-test.inc (main): Fix typos in messages.
---
 math/libm-test.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'math/libm-test.inc')

diff --git a/math/libm-test.inc b/math/libm-test.inc
index e923795..b9426e5 100644
--- a/math/libm-test.inc
+++ b/math/libm-test.inc
@@ -4395,12 +4395,12 @@ main (int argc, char **argv)
   printf ("  %d test cases plus %d tests for exception flags executed.\n",
 	  noTests, noExcTests);
   if (noXFails)
-    printf ("  %d expected failures occured.\n", noXFails);
+    printf ("  %d expected failures occurred.\n", noXFails);
   if (noXPasses)
-    printf ("  %d unexpected passes occured.\n", noXPasses);
+    printf ("  %d unexpected passes occurred.\n", noXPasses);
   if (noErrors)
     {
-      printf ("  %d errors occured.\n", noErrors);
+      printf ("  %d errors occurred.\n", noErrors);
       return 1;
     }
   printf ("  All tests passed successfully.\n");
-- 
cgit v1.1