From 12b65cf56b4d4dd7ce6dd15567cad615c7cb7159 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Tue, 21 Mar 2017 14:49:05 +0100 Subject: [PATCH] Fix typo --- pcbnew/class_drc_item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/class_drc_item.cpp b/pcbnew/class_drc_item.cpp index 88e3eebf60..754cc02325 100644 --- a/pcbnew/class_drc_item.cpp +++ b/pcbnew/class_drc_item.cpp @@ -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 );