Browse Source

fix typo passvie -> passive in error string

pull/18/head
Graham Keeth 8 months ago
parent
commit
63c13d2e93
  1. 2
      eeschema/widgets/tuner_slider.cpp

2
eeschema/widgets/tuner_slider.cpp

@ -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…
Cancel
Save