7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-05 00:15:30 +00:00

Fix typo.

This commit is contained in:
Jeff Young 2024-12-07 14:11:24 +00:00
parent f058a4ed26
commit d1b1ae13f1
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ _HKI( "### More Examples\n"
"\n"
"\n"
" # Allow silk intersection with board edge for connectors\n"
" (rule silk_board_edge_celarance\n"
" (rule silk_board_edge_clearance\n"
" (constraint silk_clearance)\n"
" (severity ignore)\n"
" (condition \"A.memberOfFootprint('J*') && B.Layer=='Edge.Cuts'\"))\n"

View File

@ -105,7 +105,7 @@
# Allow silk intersection with board edge for connectors
(rule silk_board_edge_celarance
(rule silk_board_edge_clearance
(constraint silk_clearance)
(severity ignore)
(condition "A.memberOfFootprint('J*') && B.Layer=='Edge.Cuts'"))