fix typo passvie -> passive in error string

This commit is contained in:
Graham Keeth 2025-04-27 10:37:06 -04:00
parent e604ad9a3c
commit 63c13d2e93

View File

@ -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,