summaryrefslogtreecommitdiffstats
path: root/filter/source/graphicfilter/idxf/dxfvec.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/graphicfilter/idxf/dxfvec.hxx')
-rw-r--r--filter/source/graphicfilter/idxf/dxfvec.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/graphicfilter/idxf/dxfvec.hxx b/filter/source/graphicfilter/idxf/dxfvec.hxx
index ca84a1a9ba77..b75c25479c03 100644
--- a/filter/source/graphicfilter/idxf/dxfvec.hxx
+++ b/filter/source/graphicfilter/idxf/dxfvec.hxx
@@ -143,7 +143,7 @@ public:
// Transformation of a relative vector (so no translation)
bool TransCircleToEllipse(double fRadius, double & rEx, double & rEy) const;
- // Attemp to transform a circle (in xy plane) so that it results
+ // Attempt to transform a circle (in xy plane) so that it results
// in an aligned ellipse. If the does not work because a ellipse of
// arbitrary position would be created, sal_False is returned.
// (The center point will not be transformed, use Transform(..))