X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=tack%2Fsync.c;h=3323b93f9ec27e2f5717b769f0c08e6e52456774;hp=d8866a0e5ebbb3b38e70a2a84d5a26c1a5b07556;hb=b1f61d9f3aa244512045a6b02e759825d7049d34;hpb=0eb88fc5281804773e2a0c7a488a4452463535ce;ds=sidebyside diff --git a/tack/sync.c b/tack/sync.c index d8866a0e..3323b93f 100644 --- a/tack/sync.c +++ b/tack/sync.c @@ -22,7 +22,7 @@ #include #include -MODULE_ID("$Id: sync.c,v 1.1 1998/01/10 00:31:07 tom Exp $") +MODULE_ID("$Id: sync.c,v 1.2 2000/03/04 20:28:16 tom Exp $") /* terminal-synchronization and performance tests */ @@ -157,7 +157,7 @@ probe_enq_ok(void) ptextln(" the terminal is overrun with data."); ptext("\nENQ sequence from (u9): "); putln(expand(tty_ENQ)); - ptext("ACK recieved: "); + ptext("ACK received: "); putln(expand(tty_ACK)); len = user8 ? strlen(user8) : 0; sprintf(temp, "Length of ACK %d. Expected length of ACK %d.", @@ -368,7 +368,7 @@ sync_clear( } /* -** sync_symmary(test_list, status, ch) +** sync_summary(test_list, status, ch) ** ** Print out the test results. */