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";
}