diff options
Diffstat (limited to 'techlibs/common')
| -rw-r--r-- | techlibs/common/prep.cc | 2 | ||||
| -rw-r--r-- | techlibs/common/synth.cc | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/techlibs/common/prep.cc b/techlibs/common/prep.cc index 897f37dbb..86fb4d6c6 100644 --- a/techlibs/common/prep.cc +++ b/techlibs/common/prep.cc @@ -153,7 +153,7 @@ struct PrepPass : public ScriptPass  		extra_args(args, argidx, design);  		if (!design->full_selection()) -			log_cmd_error("This comannd only operates on fully selected designs!\n"); +			log_cmd_error("This command only operates on fully selected designs!\n");  		log_header(design, "Executing PREP pass.\n");  		log_push(); diff --git a/techlibs/common/synth.cc b/techlibs/common/synth.cc index efb214759..d9565131e 100644 --- a/techlibs/common/synth.cc +++ b/techlibs/common/synth.cc @@ -155,7 +155,7 @@ struct SynthPass : public ScriptPass  		extra_args(args, argidx, design);  		if (!design->full_selection()) -			log_cmd_error("This comannd only operates on fully selected designs!\n"); +			log_cmd_error("This command only operates on fully selected designs!\n");  		log_header(design, "Executing SYNTH pass.\n");  		log_push();  | 
