mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-14 06:45:26 +00:00
Corrected spelling mistakes found by lintian
This commit is contained in:
parent
01ef34c147
commit
79cbf9067c
22 changed files with 39 additions and 39 deletions
|
@ -17,7 +17,7 @@ VERIFIC_DIR = /usr/local/src/verific_lib_eval
|
|||
--snap--
|
||||
|
||||
|
||||
2.) Install the neccessary multilib packages
|
||||
2.) Install the necessary multilib packages
|
||||
|
||||
Hint: On debian/ubuntu the multilib packages have names such as
|
||||
libreadline-dev:amd64 or lib32readline6-dev, depending on the
|
||||
|
|
|
@ -887,7 +887,7 @@ struct VerificPass : public Pass {
|
|||
}
|
||||
|
||||
if (argidx > args.size() && args[argidx].substr(0, 1) == "-")
|
||||
cmd_error(args, argidx, "unkown option");
|
||||
cmd_error(args, argidx, "unknown option");
|
||||
|
||||
if (mode_all)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue