fix misspelled 'neeeded' -> 'needed'

This commit is contained in:
Carsten Schoenert 2018-02-25 13:17:23 +01:00 committed by Wayne Stambaugh
parent 39e81b253b
commit ff305781fb
1 changed files with 8 additions and 8 deletions

View File

@ -1808,7 +1808,7 @@ void SCH_EAGLE_PLUGIN::addBusEntries()
else else
{ {
SCH_MARKER* marker = new SCH_MARKER( linestart, SCH_MARKER* marker = new SCH_MARKER( linestart,
"Bus Entry neeeded" ); "Bus Entry needed" );
m_currentSheet->GetScreen()->Append( marker ); m_currentSheet->GetScreen()->Append( marker );
} }
@ -1851,7 +1851,7 @@ void SCH_EAGLE_PLUGIN::addBusEntries()
else else
{ {
SCH_MARKER* marker = new SCH_MARKER( linestart, SCH_MARKER* marker = new SCH_MARKER( linestart,
"Bus Entry neeeded" ); "Bus Entry needed" );
m_currentSheet->GetScreen()->Append( marker ); m_currentSheet->GetScreen()->Append( marker );
} }
@ -1899,7 +1899,7 @@ void SCH_EAGLE_PLUGIN::addBusEntries()
else else
{ {
SCH_MARKER* marker = new SCH_MARKER( lineend, SCH_MARKER* marker = new SCH_MARKER( lineend,
"Bus Entry neeeded" ); "Bus Entry needed" );
m_currentSheet->GetScreen()->Append( marker ); m_currentSheet->GetScreen()->Append( marker );
} }
@ -1941,7 +1941,7 @@ void SCH_EAGLE_PLUGIN::addBusEntries()
else else
{ {
SCH_MARKER* marker = new SCH_MARKER( lineend, SCH_MARKER* marker = new SCH_MARKER( lineend,
"Bus Entry neeeded" ); "Bus Entry needed" );
m_currentSheet->GetScreen()->Append( marker ); m_currentSheet->GetScreen()->Append( marker );
} }
@ -1988,7 +1988,7 @@ void SCH_EAGLE_PLUGIN::addBusEntries()
else else
{ {
SCH_MARKER* marker = new SCH_MARKER( linestart, SCH_MARKER* marker = new SCH_MARKER( linestart,
"Bus Entry neeeded" ); "Bus Entry needed" );
m_currentSheet->GetScreen()->Append( marker ); m_currentSheet->GetScreen()->Append( marker );
} }
@ -2025,7 +2025,7 @@ void SCH_EAGLE_PLUGIN::addBusEntries()
else else
{ {
SCH_MARKER* marker = new SCH_MARKER( linestart, SCH_MARKER* marker = new SCH_MARKER( linestart,
"Bus Entry neeeded" ); "Bus Entry needed" );
m_currentSheet->GetScreen()->Append( marker ); m_currentSheet->GetScreen()->Append( marker );
} }
@ -2069,7 +2069,7 @@ void SCH_EAGLE_PLUGIN::addBusEntries()
else else
{ {
SCH_MARKER* marker = new SCH_MARKER( lineend, SCH_MARKER* marker = new SCH_MARKER( lineend,
"Bus Entry neeeded" ); "Bus Entry needed" );
m_currentSheet->GetScreen()->Append( marker ); m_currentSheet->GetScreen()->Append( marker );
} }
@ -2106,7 +2106,7 @@ void SCH_EAGLE_PLUGIN::addBusEntries()
else else
{ {
SCH_MARKER* marker = new SCH_MARKER( lineend, SCH_MARKER* marker = new SCH_MARKER( lineend,
"Bus Entry neeeded" ); "Bus Entry needed" );
m_currentSheet->GetScreen()->Append( marker ); m_currentSheet->GetScreen()->Append( marker );
} }