diff options
Diffstat (limited to 'posix/runptests.c')
-rw-r--r-- | posix/runptests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/runptests.c b/posix/runptests.c index 02fe006..acb800b5 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; } |