about summary refs log tree commit diff
path: root/posix/runtests.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/runtests.c')
-rw-r--r--posix/runtests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/runtests.c b/posix/runtests.c
index d44bf36266..b40b785572 100644
--- a/posix/runtests.c
+++ b/posix/runtests.c
@@ -81,7 +81,7 @@ run_a_test (int id, const struct a_test * t)
       else if (t->expected == 2)
 	{
 	  printf ("test %d\n", id);
-	  printf ("pattern \"%s\" successfull compilation not expected\n",
+	  printf ("pattern \"%s\" successful compilation not expected\n",
 		  t->pattern);
 	  return 1;
 	}