1
0
mirror of https://github.com/simh/simh.git synced 2026-01-11 23:52:58 +00:00

I650: Correct spelling error in CDR device description

This commit is contained in:
Mark Pizzolato 2020-08-15 12:17:21 -07:00
parent f921962ff2
commit 4a686ad0d0

View File

@ -1342,7 +1342,7 @@ cdr_help(FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, const char *cptr)
const char *
cdr_description(DEVICE *dptr)
{
return "533 Card Read-Ounch unit";
return "533 Card Read-Punch unit";
}