diff options
Diffstat (limited to 'chalk/core/kis_painter.cc')
-rw-r--r-- | chalk/core/kis_painter.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/core/kis_painter.cc b/chalk/core/kis_painter.cc index b8353918..c64935fc 100644 --- a/chalk/core/kis_painter.cc +++ b/chalk/core/kis_painter.cc @@ -812,7 +812,7 @@ void KisPainter::fillPolygon(const vKisPoint& points, FillStyle fillStyle) } // Fill the polygon bounding rectangle with the required contents then we'll - // create a tqmask for the actual polygon coverage. + // create a mask for the actual polygon coverage. KisPaintDeviceSP polygon = new KisPaintDevice(m_device->colorSpace(), "polygon"); Q_CHECK_PTR(polygon); |