Fix spelling error in schematic import exception handler.

This commit is contained in:
Wayne Stambaugh 2022-12-06 18:04:26 -05:00
parent ad8e5891d2
commit da0624286c
1 changed files with 1 additions and 1 deletions

View File

@ -1286,7 +1286,7 @@ bool SCH_EDIT_FRAME::importFile( const wxString& aFileName, int aFileType )
CreateScreens();
m_toolManager->RunAction( ACTIONS::zoomFitScreen, true );
wxString msg = wxString::Format( _( "Unhandled excpetion occurred loading schematic "
wxString msg = wxString::Format( _( "Unhandled exception occurred loading schematic "
"'%s'." ), aFileName );
DisplayErrorMessage( this, msg, exc.what() );