Fixed spelling of "direction" in read_liberty messages
authorClifford Wolf <clifford@clifford.at>
Wed, 16 Jul 2014 16:02:28 +0000 (18:02 +0200)
committerClifford Wolf <clifford@clifford.at>
Wed, 16 Jul 2014 16:02:28 +0000 (18:02 +0200)
frontends/liberty/liberty.cc

index 285491e0619e7767bbe4d555351a53dc86dd4855..7a74c5fcb46f64899545306b3ef55d1c0afb5b90 100644 (file)
@@ -538,9 +538,9 @@ struct LibertyFrontend : public Frontend {
                                        {
                                                if (!flag_ignore_miss_dir)
                                                {
-                                                       log_error("Missing or invalid dircetion for pin %s of cell %s.\n", node->args.at(0).c_str(), RTLIL::id2cstr(module->name));
+                                                       log_error("Missing or invalid direction for pin %s of cell %s.\n", node->args.at(0).c_str(), RTLIL::id2cstr(module->name));
                                                } else {
-                                                       log("Ignoring cell %s with missing or invalid dircetion for pin %s.\n", RTLIL::id2cstr(module->name), node->args.at(0).c_str());
+                                                       log("Ignoring cell %s with missing or invalid direction for pin %s.\n", RTLIL::id2cstr(module->name), node->args.at(0).c_str());
                                                        delete module;
                                                        goto skip_cell;
                                                }