mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
Fixed typo in warning message.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4858 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
36dc806193
commit
09a62690f3
@ -457,7 +457,7 @@ static void OptOutputName (const char* Opt, const char* Arg)
|
||||
* gives unexpected results, so emit a warning in this case.
|
||||
*/
|
||||
if (OutputNameUsed) {
|
||||
Warning ("Option `%s' should preceede options `-t' or `-C'", Opt);
|
||||
Warning ("Option `%s' should precede options `-t' or `-C'", Opt);
|
||||
}
|
||||
OutputName = Arg;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user