Fix typo: trapazoid -> trapezoid

This commit is contained in:
hasecilu 2024-08-23 11:07:22 -06:00
parent 4ce9648d34
commit b735d25c68
No known key found for this signature in database
GPG Key ID: 87E51D5092D98C51

View File

@ -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)" ) );
}
}