Commit debaccc2 by Richard Kenner

(type_to_string): Fix misspellings in messages.

From-SVN: r9715
parent db50c798
...@@ -594,7 +594,7 @@ type_to_string (aux_ptr, index) ...@@ -594,7 +594,7 @@ type_to_string (aux_ptr, index)
break; break;
case bt_Indirect: /* forward or unnamed typedef */ case bt_Indirect: /* forward or unnamed typedef */
strcpy (p1, "forward/unamed typedef"); strcpy (p1, "forward/unnamed typedef");
break; break;
case bt_FixedDec: /* Fixed Decimal */ case bt_FixedDec: /* Fixed Decimal */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment