From 7ab0e82f677181e44784993ba0fdd5b6c8cf2e6b Mon Sep 17 00:00:00 2001 From: "Lamarque V. Souza" Date: Thu, 14 Jun 2012 18:57:20 -0300 Subject: [PATCH] Fix spelling error. --- svg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {