fix misspelled 'Unkown' -> 'Unknown'
This commit is contained in:
parent
9679bd55c1
commit
2b52415cae
|
@ -63,7 +63,7 @@ wxString DRC_ITEM::GetErrorText() const
|
|||
|
||||
default:
|
||||
wxFAIL_MSG( "Missing ERC error description" );
|
||||
return wxString( wxT("Unkown.") );
|
||||
return wxString( wxT("Unknown.") );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -234,7 +234,7 @@ void PCB_EDIT_FRAME::Process_Config( wxCommandEvent& event )
|
|||
break;
|
||||
|
||||
default:
|
||||
DisplayErrorMessage( this, "Unkown ID in Process Config",
|
||||
DisplayErrorMessage( this, "Unknown ID in Process Config",
|
||||
wxString::Format( "PCB_EDIT_FRAME::Process_Config received ID %d", id ) );
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue