mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Fix typo, fixes #1095
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
06eb87bcb7
commit
477e566e8d
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ struct WriteFileFrontend : public Frontend {
|
|||
if (argidx < args.size() && args[argidx].rfind("-", 0) != 0)
|
||||
output_filename = args[argidx++];
|
||||
else
|
||||
log_cmd_error("Missing putput filename.\n");
|
||||
log_cmd_error("Missing output filename.\n");
|
||||
|
||||
extra_args(f, filename, args, argidx);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue