mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
fix typo passvie -> passive in error string
This commit is contained in:
parent
e604ad9a3c
commit
63c13d2e93
@ -82,7 +82,7 @@ TUNER_SLIDER::TUNER_SLIDER( SIMULATOR_FRAME_UI* aFrame, wxWindow* aParent,
|
||||
if( !tunerParam )
|
||||
{
|
||||
throw KI_PARAM_ERROR( wxString::Format( _( "%s has simulation model of type '%s %s'.\n\n"
|
||||
"Only passvie R, L, C models and voltage and "
|
||||
"Only passive R, L, C models and voltage and "
|
||||
"current sources may be tuned." ),
|
||||
m_ref,
|
||||
item->model->GetDeviceInfo().fieldValue,
|
||||
|
Loading…
x
Reference in New Issue
Block a user