Fix typo
authorClifford Wolf <clifford@clifford.at>
Wed, 28 Aug 2019 08:06:42 +0000 (10:06 +0200)
committerClifford Wolf <clifford@clifford.at>
Wed, 28 Aug 2019 08:06:42 +0000 (10:06 +0200)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
passes/techmap/attrmap.cc

index 3a2835733e59417bdef4f40c9cf55e1f6990a5f9..5f30817d4ae9fa30b21cb51996138ae5673fae77 100644 (file)
@@ -227,7 +227,7 @@ struct AttrmapPass : public Pass {
                log("\n");
                log("    attrmap [options] [selection]\n");
                log("\n");
-               log("This command renames attributes and/or mapps key/value pairs to\n");
+               log("This command renames attributes and/or maps key/value pairs to\n");
                log("other key/value pairs.\n");
                log("\n");
                log_attrmap_paramap_options();
@@ -307,7 +307,7 @@ struct ParamapPass : public Pass {
                log("\n");
                log("    paramap [options] [selection]\n");
                log("\n");
-               log("This command renames cell parameters and/or mapps key/value pairs to\n");
+               log("This command renames cell parameters and/or maps key/value pairs to\n");
                log("other key/value pairs.\n");
                log("\n");
                log_attrmap_paramap_options();