Fix sausage-fingers in comment

This commit is contained in:
JamesJCode 2025-08-18 20:36:01 +01:00
parent ee9e94df04
commit 91139fe24f

View File

@ -1996,7 +1996,7 @@ void SCH_SYMBOL::MirrorHorizontally( int aCenter )
for( SCH_FIELD& field : m_fields )
{
// Move the fields to the new position because the sy:Qmbol itself has moved.
// Move the fields to the new position because the symbol itself has moved.
VECTOR2I pos = field.GetTextPos();
pos.x -= dx;
field.SetTextPos( pos );