From e8a5d6ac0c032d6c7913245e72b6125dbdcd5907 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Fri, 24 Aug 2018 22:59:11 +0200 Subject: [PATCH] Fixed a typo. --- src/drc/drc/built-in-macros/drc.lym | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drc/drc/built-in-macros/drc.lym b/src/drc/drc/built-in-macros/drc.lym index 65fbd04e73..5bdb3de1b3 100644 --- a/src/drc/drc/built-in-macros/drc.lym +++ b/src/drc/drc/built-in-macros/drc.lym @@ -896,7 +896,7 @@ CODE # # This method produces markers on the corners of the polygons. An angle criterion can be given which # selects corners based on the angle of the connecting edges. Positive angles indicate a left turn - # while negative angles indicate a right turn. Since polygons are oriented clockwise, postive angles + # while negative angles indicate a right turn. Since polygons are oriented clockwise, positive angles # indicate concave corners while negative ones indicate convex corners. # # The markers generated can be point-like edges or small 2x2 DBU boxes. The latter is the default.