This commit is contained in:
jean-pierre charras 2020-04-10 13:41:33 +02:00
parent d146839f0f
commit 4bfd5f8197
1 changed files with 1 additions and 1 deletions

View File

@ -645,7 +645,7 @@ bool GERBER_FILE_IMAGE::Execute_DCODE_Command( char*& text, int D_commande )
// Otherwise the Gerber file is invalid
if( !m_AsArcG74G75Cmd )
{
AddMessageToList( _( "Invalide Gerber file: missing G74 or G75 arc command" ) );
AddMessageToList( _( "Invalid Gerber file: missing G74 or G75 arc command" ) );
// Disable further warning messages:
m_AsArcG74G75Cmd = true;
}