fix misspelled 'occured' -> 'occurred'
This commit is contained in:
parent
5a86083a08
commit
6256feb9db
|
@ -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 );
|
||||
|
||||
|
|
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue