(type_to_string): Fix misspellings in messages.

From-SVN: r9715
This commit is contained in:
Richard Kenner 1995-05-16 08:44:00 -04:00
parent db50c79812
commit debaccc20c
1 changed files with 1 additions and 1 deletions

View File

@ -594,7 +594,7 @@ type_to_string (aux_ptr, index)
break;
case bt_Indirect: /* forward or unnamed typedef */
strcpy (p1, "forward/unamed typedef");
strcpy (p1, "forward/unnamed typedef");
break;
case bt_FixedDec: /* Fixed Decimal */