From 0f43551d8c268171d2155ec3a8f55deaad757996 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Thu, 19 Nov 2015 10:06:25 -0800 Subject: [PATCH] TMXR: Minor typo in help text fixed. --- sim_tmxr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim_tmxr.c b/sim_tmxr.c index 68208b79..578c527a 100644 --- a/sim_tmxr.c +++ b/sim_tmxr.c @@ -3843,7 +3843,7 @@ else { fprintf (st, "Valid line numbers are from 0 thru %d\n\n", mux->lines-1); } if (single_line) { /* Single Line Multiplexer */ - fprintf (st, "The input data rate for the $s device can be controlled by\n", dptr->name); + fprintf (st, "The input data rate for the %s device can be controlled by\n", dptr->name); fprintf (st, "specifying SPEED=nnn on the the ATTACH command.\n"); } else {