From: Carsten Schoenert <c.schoen...@t-online.de>

---
 include/tool/tool_manager.h      | 2 +-
 pcbnew/board_netlist_updater.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/tool/tool_manager.h b/include/tool/tool_manager.h
index 1bdb4b8ba..89ac37c2c 100644
--- a/include/tool/tool_manager.h
+++ b/include/tool/tool_manager.h
@@ -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 );
 
diff --git a/pcbnew/board_netlist_updater.cpp b/pcbnew/board_netlist_updater.cpp
index 008d7d850..331cd82c5 100644
--- a/pcbnew/board_netlist_updater.cpp
+++ b/pcbnew/board_netlist_updater.cpp
@@ -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 );
 
-- 
2.16.1


_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to