mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix typo: trapazoid -> trapezoid
This commit is contained in:
parent
4ce9648d34
commit
b735d25c68
@ -2264,7 +2264,7 @@ void PAD::CheckPad( UNITS_PROVIDER* aUnitsProvider,
|
||||
|| ( GetDelta().y < 0 && GetDelta().y < -GetSize().x )
|
||||
|| ( GetDelta().y > 0 && GetDelta().y > GetSize().x ) )
|
||||
{
|
||||
aErrorHandler( DRCE_PADSTACK_INVALID, _( "(trapazoid delta is too large)" ) );
|
||||
aErrorHandler( DRCE_PADSTACK_INVALID, _( "(trapezoid delta is too large)" ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user