summaryrefslogtreecommitdiff
path: root/drc/DRCtech.c
diff options
context:
space:
mode:
Diffstat (limited to 'drc/DRCtech.c')
-rw-r--r--drc/DRCtech.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drc/DRCtech.c b/drc/DRCtech.c
index 38798c5..a940150 100644
--- a/drc/DRCtech.c
+++ b/drc/DRCtech.c
@@ -3672,7 +3672,7 @@ DRCTechRuleStats()
/* Print out the results. */
- TxPrintf("Total number of rules specifed in tech file: %d\n",
+ TxPrintf("Total number of rules specified in tech file: %d\n",
drcRulesSpecified);
TxPrintf("Edge rules optimized away: %d\n", drcRulesOptimized);
TxPrintf("Edge rules left in database: %d\n", edgeRules);