(main): Correct typo in error message.

From-SVN: r12525
This commit is contained in:
Richard Kenner 1996-07-19 09:02:51 -04:00
parent ce4abcd88f
commit 40e6003c25
1 changed files with 1 additions and 1 deletions

View File

@ -3935,7 +3935,7 @@ You Lose! You must define PREFERRED_DEBUGGING_TYPE!
{
#ifndef TARGET_SUPPORTS_BYTECODE
/* Just die with a fatal error if not supported */
fatal ("-fbytecode not supporter for this target");
fatal ("-fbytecode not supported for this target");
#else
bc_initialize ();
#endif