(main): Correct typo in error message.
From-SVN: r12525
This commit is contained in:
parent
ce4abcd88f
commit
40e6003c25
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user