diff --git a/svg.cpp b/svg.cpp index 27ae240cb..6d05f5202 100644 --- a/svg.cpp +++ b/svg.cpp @@ -548,7 +548,7 @@ void SvgPrivate::checkColorHints() } } -//Folowing two are utility functions to snap rendered elements to the pixel grid +//Following two are utility functions to snap rendered elements to the pixel grid //to and from are always 0 <= val <= 1 qreal SvgPrivate::closestDistance(qreal to, qreal from) {