Fix typo.

This commit is contained in:
Jeff Young 2020-08-28 11:06:55 +01:00
parent 1caaf62454
commit 5c67ee6c9d
1 changed files with 1 additions and 1 deletions

View File

@ -1025,7 +1025,7 @@ void PCB_IO::format( MODULE* aModule, int aNestLevel ) const
m_out->Print( 0, " board_only" );
if( aModule->GetAttributes() & MOD_EXCLUDE_FROM_POS_FILES )
m_out->Print( 0, " excude_from_pos_files" );
m_out->Print( 0, " exclude_from_pos_files" );
if( aModule->GetAttributes() & MOD_EXCLUDE_FROM_BOM )
m_out->Print( 0, " exclude_from_bom" );