summaryrefslogtreecommitdiffstats
path: root/src/livarot/Path.cpp
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2019-07-01 23:35:16 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-07-01 23:35:16 +0000
commit7f3aa2882be5547d5308870bced554502ca4421c (patch)
tree4c6b44f441fa20ac0d409c4c98c160fcaefc00c6 /src/livarot/Path.cpp
parentBasque translation update (diff)
downloadinkscape-7f3aa2882be5547d5308870bced554502ca4421c.tar.gz
inkscape-7f3aa2882be5547d5308870bced554502ca4421c.zip
Fix various minor typos
Diffstat (limited to 'src/livarot/Path.cpp')
-rw-r--r--src/livarot/Path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/livarot/Path.cpp b/src/livarot/Path.cpp
index b0f19fddb..6b29a9e14 100644
--- a/src/livarot/Path.cpp
+++ b/src/livarot/Path.cpp
@@ -811,7 +811,7 @@ void Path::FastBBox(double &l,double &t,double &r,double &b)
}
/* bug 249665: "...the calculation of the bounding-box for cubic-paths
-has some extra steps to make it work corretly in Win32 that unfortunately
+has some extra steps to make it work correctly in Win32 that unfortunately
are unnecessary in Linux, generating wrong results. This only shows in
Type1 fonts because they use cubic-paths instead of the
bezier-paths used by True-Type fonts."