about summary refs log tree commit diff
path: root/posix/runptests.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/runptests.c')
-rw-r--r--posix/runptests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/runptests.c b/posix/runptests.c
index 02fe0061ff..acb800b57a 100644
--- a/posix/runptests.c
+++ b/posix/runptests.c
@@ -77,7 +77,7 @@ main (int argc, char *argv[])
 	  }
 	else if (tests[cnt].start == -2)
 	  {
-	    puts ("compiling suceeds, FAIL");
+	    puts ("compiling succeeds, FAIL");
 	    errors++;
 	    continue;
 	  }