diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-28 14:52:55 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-28 14:54:12 +0100 |
commit | c1b9402d49a7cd4bec383f28d397d9d89541f0e0 (patch) | |
tree | 29e1c211be6eaf119cb899270bdfc5fd870a7c65 /include/vcl | |
parent | 9a93b3c671835267433b7dc9eb71aa9f1c79dd67 (diff) |
Typos
Change-Id: I151957e415eff793e3d054050526b7d6892d28d4
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/lineinfo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/lineinfo.hxx b/include/vcl/lineinfo.hxx index 991abd513588..a6acda319f88 100644 --- a/include/vcl/lineinfo.hxx +++ b/include/vcl/lineinfo.hxx @@ -113,7 +113,7 @@ public: // helper to get decomposed polygon data with the LineInfo applied. The source // hairline polygon is given in io_rLinePolyPolygon. Both given polygons may - // contain results; e.g. when no fat line but DasDot is defined, the resut will + // contain results; e.g. when no fat line but DasDot is defined, the result will // be in io_rLinePolyPolygon while o_rFillPolyPolygon will be empty. When fat line // is defined, it will be vice-versa. If none is defined, io_rLinePolyPolygon will // not be changed (but o_rFillPolyPolygon will be freed) |