diff --git a/source/patchcanvas.py b/source/patchcanvas.py index 55a4430ba..9b5c33372 100644 --- a/source/patchcanvas.py +++ b/source/patchcanvas.py @@ -2091,7 +2091,7 @@ class CanvasPort(QGraphicsItem): painter.save() painter.setRenderHint(QPainter.Antialiasing, bool(options.antialiasing == ANTIALIASING_FULL)) - # FIXME: would be more correct is to take line width from Pen, loaded to painter, + # FIXME: would be more correct to take line width from Pen, loaded to painter, # but this needs some code rearrangement lineHinting = canvas.theme.port_audio_jack_pen.widthF() / 2