Fix typo.

Fixes https://gitlab.com/kicad/code/kicad/issues/13005
This commit is contained in:
Jeff Young 2022-11-26 10:44:42 +00:00
parent 08d37d2795
commit 86d7638f10
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ void PANEL_SETUP_RULES::onScintillaCharAdded( wxStyledTextEvent &aEvent )
}
else if( sexprs.top() == wxT( "zone_connection" ) )
{
tokens = wxT( "none|solid|thermal_relief" );
tokens = wxT( "none|solid|thermal_reliefs" );
}
else if( sexprs.top() == wxT( "min_resolved_spokes" ) )
{