fix misspelled 'occured' -> 'occurred'

This commit is contained in:
Carsten Schoenert 2018-02-25 13:17:25 +01:00 committed by Wayne Stambaugh
parent 5a86083a08
commit 6256feb9db
2 changed files with 2 additions and 2 deletions

View File

@ -356,7 +356,7 @@ public:
/**
* Stores an information to the system clipboard.
* @param aText is the information to be stored.
* @return False if error occured.
* @return False if error occurred.
*/
bool SaveClipboard( const std::string& aText );

View File

@ -682,7 +682,7 @@ bool BOARD_NETLIST_UPDATER::UpdateNetlist( NETLIST& aNetlist )
if( m_errorCount )
{
m_reporter->Report( _( "Errors occured during the netlist update. Unless you "
m_reporter->Report( _( "Errors occurred during the netlist update. Unless you "
"fix them, your board will not be consistent with the schematics." ),
REPORTER::RPT_ERROR );