diff --git a/sim_tmxr.c b/sim_tmxr.c index aec99a08..50830049 100644 --- a/sim_tmxr.c +++ b/sim_tmxr.c @@ -2667,7 +2667,7 @@ else { if (mp->lines > 1) { fprintf (st, "Line: %d", j); if (mp->notelnet != lp->notelnet) - fprintf (st, " - %telnet", lp->notelnet ? "no" : ""); + fprintf (st, " - %stelnet", lp->notelnet ? "no" : ""); if (lp->uptr && (lp->uptr != lp->mp->uptr)) fprintf (st, " - Unit: %s", sim_uname (lp->uptr)); fprintf (st, "\n");