This commit is contained in:
jean-pierre charras 2017-03-21 14:49:05 +01:00
parent 5bd61d7eb6
commit 12b65cf56b
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ wxString DRC_ITEM::GetErrorText() const
return wxString( _( "Footprint has no courtyard defined" ) );
case DRCE_MALFORMED_COURTYARD_IN_FOOTPRINT:
return wxString( _( "Footprint has incorect courtyard (not a closed shape)" ) );
return wxString( _( "Footprint has incorrect courtyard (not a closed shape)" ) );
default:
return wxString::Format( wxT( "Unknown DRC error code %d" ), m_ErrorCode );